#1c3d87

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

Shades of Dark Cerulean #1C3D87

Tints of Dark Cerulean #1C3D87

Color information

#1C3D87 (or 0x1C3D87) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 3D and 87. RGB value is (28,61,135). Sum of RGB (Red+Green+Blue) = 28+61+135=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #1C3D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3D87 is #E3C278. Grayscale: #3B3B3B. Windows color (decimal): -14926457 or 8863004. OLE color: 8863004.

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

Color convert

RGB2861135-
CMYK0.790.5500.47
HSL221.5º65.64%31.96%-
HSV(B)221.5º79.26%52.94%-
XYZ6.525.3323.61-
YUV59.57170.57105.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.5%
GREEN value IS 61 (24.22% from 255) = 27.23%
BLUE value IS 135 (53.12% from 255) = 60.27%
R=12.5%
G=27.23%
B=60.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28611350.790.5500.47221.565.6431.96
Hex1C3D874F3702Fdd4220
Octal34752071176705733510240
Binary111001111011000011110011111101110101111110111011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c3d87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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