#1C4487

Color #1C4487 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #1C4487

Tints of Dark Cerulean #1C4487

Color information

#1C4487 (or 0x1C4487) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 44 and 87. RGB value is (28,68,135). Sum of RGB (Red+Green+Blue) = 28+68+135=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #1C4487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4487 is #E3BB78. Grayscale: #3F3F3F. Windows color (decimal): -14924665 or 8864796. OLE color: 8864796.

HSL color Cylindrical-coordinate representation of color #1C4487: hue angle of 217.57º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C4487 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2868135-
CMYK0.790.5000.47
HSL217.57º65.64%31.96%-
HSV(B)217.57º79.26%52.94%-
XYZ6.926.1323.74-
YUV63.68168.25102.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 12.12%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 135 (53.12% from 255) = 58.44%
R=12.12%
G=29.44%
B=58.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28681350.790.5000.47217.5765.6431.96
Hex1C44874F3202Fda4220
Octal341042071176205733210240
Binary1110010001001000011110011111100100101111110110101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C4487; }

 p { color: rgb(28,68,135); }

 H1.HeaderClassName
 {
   color: #1C4487;
 }
 .AnyTagClassName
 {
   color: #1C4487;
 }
</style>
background-color css

<style>
 a { background-color: #1C4487; }

 a { background-color: rgb(28,68,135); }

 div.DivClassName
 {
   background-color: #1C4487;
 }
 .BgClassName
 {
   background-color: #1C4487;
 }
</style>
border-color css

<style>
 span { border-color: #1C4487; }

 span { border-color: rgb(28,68,135); }

 td.TdClassName
 {
   border-color: #1C4487;
 }
 .TagClassName
 {
   border-color: #1C4487;
 }
</style>