#1C4387

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

Shades of Dark Cerulean #1C4387

Tints of Dark Cerulean #1C4387

Color information

#1C4387 (or 0x1C4387) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 43 and 87. RGB value is (28,67,135). Sum of RGB (Red+Green+Blue) = 28+67+135=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #1C4387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4387 is #E3BC78. Grayscale: #3E3E3E. Windows color (decimal): -14924921 or 8864540. OLE color: 8864540.

HSL color Cylindrical-coordinate representation of color #1C4387: hue angle of 218.13º 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 #1C4387 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2867135-
CMYK0.790.5000.47
HSL218.13º65.64%31.96%-
HSV(B)218.13º79.26%52.94%-
XYZ6.866.0123.72-
YUV63.09168.58102.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.17%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 135 (53.12% from 255) = 58.70%
R=12.17%
G=29.13%
B=58.70%

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
Decimal28671350.790.5000.47218.1365.6431.96
Hex1C43874F3202Fda4220
Octal341032071176205733210240
Binary1110010000111000011110011111100100101111110110101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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