COLOR #1234CC

HEX: #1234CC
RGB: (18,52,204)

Color info

#1234CC contains mainly blue color. Web safe color of #1234CC is #0033CC (or #03C).

RGB color model

#1234CC color RGB value is (18,52,204).

  • red value is 18;
  • green value is 52;
  • blue value is 204.
RGB:
(18,52,204)
(7%,20%,80%)

RGB channels and saturation

R 18 of 255 = 7%
G 52 of 255 = 20%
B 204 of 255 = 80%

18
52
204

R + G + B ~ 36%. #1234CC is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 52 + 204 = 274 (100%)
R 18 of 274 ~ 6.57%
G 52 of 274 ~ 18.98%
B 204 of 274 ~ 74.45%

%18.98
%74.45

CMYK color model

#1234CC color CMYK value is (91,75,0,20).

  • cyan value is 91.18%
  • magenta value is 74.51%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(91,75,0,20)
C91M75Y0K20 
(91%,75%,0%,20%)
(0.91/0.75/0.00/0.20)	

CMYK percentages

%91.18
%74.51
%0
%20

Codes

Color #1234CC in popluar color models

1234CC
RGB1852204
HSL229°83.78%43.53%
HSB/HSV229°91.18%80.00%
CMYK91.18%74.51%0.00%
20.00%

Color #1234CC in popluar number systems.

HEX1234CC
Decimal1852204
Binary1001011010011001100
Octal2264314

Shades and tints

Shades of #1234CC

#1234CC
(18,52,204)
#1130BA
(17,48,186)
#102CA8
(16,44,168)
#0F2896
(15,40,150)
#0E2484
(14,36,132)
#0D2072
(13,32,114)
#0C1C60
(12,28,96)
#0B184E
(11,24,78)
#0A143C
(10,20,60)
#09102A
(9,16,42)
#080C18
(8,12,24)
#000000
(0,0,0)

Tints of #1234CC

#1234CC
(18,52,204)
#2746D0
(39,70,208)
#3C58D4
(60,88,212)
#516AD8
(81,106,216)
#667CDC
(102,124,220)
#7B8EE0
(123,142,224)
#90A0E4
(144,160,228)
#A5B2E8
(165,178,232)
#BAC4EC
(186,196,236)
#CFD6F0
(207,214,240)
#E4E8F4
(228,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1234CC color. Also use rgb(18,52,204) instead hex code.

Text Font Color

.myTextColor { color: #1234CC; }

<p style="color:#1234CC">This sample text font color is #1234CC.</p>

This text font color is #1234CC.


Background Color

.myBgColor { background-color: #1234CC; }

<div style="background-color:#1234CC">Inner text</div>

This div background color is #1234CC.


Border color

.myBorderColor { border: 1px solid #1234CC; }

<div style="border:3px solid #1234CC">Div</div>

This div border color is #1234CC.


Opacity

.myOpacity80 { color: #1234CC; opacity: 0.8; }

<p style="color:#1234CC;opacity:0.8;">80%</p>

Text with #1234CC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1234CC;}

<p style="text-shadow: 3px 3px 1px #1234CC">Text here.</p>

This text has shadow with #1234CC color.

.textShadow {text-shadow: 3px 3px 1px #1234CC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1234CC, 5px 5px 20px red">Text here.</p>

This text has shadow with #1234CC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1234CC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1234CC, Direction=45, Strength=4)">Text</p>

This text has shadow with #1234CC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1234CC;
  -webkit-box-shadow:	1px 1px 3px 2px #1234CC;
  box-shadow:		1px 1px 3px 2px #1234CC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1234CC;
-webkit-box-shadow: 1px 1px 3px 2px #1234CC;
box-shadow:1px 1px 3px 2px #1234CC;">
Div content here</div>
This div box has shadow with color #1234CC.

Preview

Color preview on black background

This text has color #1234CC on black background.


Color preview on white background

This text has color #1234CC on white background.



Black color preview on #1234CC background

This text has black color on #1234CC background.


White color preview on #1234CC background

This text has white color on #1234CC background.