#1C3F77

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

Shades of Dark Cerulean #1C3F77

Tints of Dark Cerulean #1C3F77

Color information

#1C3F77 (or 0x1C3F77) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 3F and 77. RGB value is (28,63,119). Sum of RGB (Red+Green+Blue) = 28+63+119=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #1C3F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3F77 is #E3C088. Grayscale: #3A3A3A. Windows color (decimal): -14925961 or 7814940. OLE color: 7814940.

HSL color Cylindrical-coordinate representation of color #1C3F77: hue angle of 216.92º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C3F77 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2863119-
CMYK0.760.4700.53
HSL216.92º61.9%28.82%-
HSV(B)216.92º76.47%46.67%-
XYZ5.595.1318.15-
YUV58.92161.9105.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.33%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 119 (46.88% from 255) = 56.67%
R=13.33%
G=30%
B=56.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28631190.760.4700.53216.9261.928.82
Hex1C3F774C2F035d93e1d
Octal3477167114570653317635
Binary111001111111110111100110010111101101011101100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,63,119); }

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

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

 a { background-color: rgb(28,63,119); }

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

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

 span { border-color: rgb(28,63,119); }

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