#1C4374

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

Shades of Dark Cerulean #1C4374

Tints of Dark Cerulean #1C4374

Color information

#1C4374 (or 0x1C4374) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 43 and 74. RGB value is (28,67,116). Sum of RGB (Red+Green+Blue) = 28+67+116=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #1C4374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4374 is #E3BC8B. Grayscale: #3C3C3C. Windows color (decimal): -14924940 or 7619356. OLE color: 7619356.

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

Color convert

RGB2867116-
CMYK0.760.4200.55
HSL213.41º61.11%28.24%-
HSV(B)213.41º75.86%45.49%-
XYZ5.645.5217.29-
YUV60.92159.08104.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.27%
GREEN value IS 67 (26.56% from 255) = 31.75%
BLUE value IS 116 (45.70% from 255) = 54.98%
R=13.27%
G=31.75%
B=54.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28671160.760.4200.55213.4161.1128.24
Hex1C43744C2A037d53d1c
Octal34103164114520673257534
Binary1110010000111110100100110010101001101111101010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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