#1C4674

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

Shades of Dark Cerulean #1C4674

Tints of Dark Cerulean #1C4674

Color information

#1C4674 (or 0x1C4674) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 46 and 74. RGB value is (28,70,116). Sum of RGB (Red+Green+Blue) = 28+70+116=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #1C4674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4674 is #E3B98B. Grayscale: #3E3E3E. Windows color (decimal): -14924172 or 7620124. OLE color: 7620124.

HSL color Cylindrical-coordinate representation of color #1C4674: hue angle of 211.36º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C4674 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2870116-
CMYK0.760.4000.55
HSL211.36º61.11%28.24%-
HSV(B)211.36º75.86%45.49%-
XYZ5.825.8917.35-
YUV62.69158.09103.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.08%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 116 (45.70% from 255) = 54.21%
R=13.08%
G=32.71%
B=54.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28701160.760.4000.55211.3661.1128.24
Hex1C46744C28037d33d1c
Octal34106164114500673237534
Binary1110010001101110100100110010100001101111101001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,70,116); }

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

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

 a { background-color: rgb(28,70,116); }

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

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

 span { border-color: rgb(28,70,116); }

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