#1C4473

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

Shades of Dark Cerulean #1C4473

Tints of Dark Cerulean #1C4473

Color information

#1C4473 (or 0x1C4473) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 44 and 73. RGB value is (28,68,115). Sum of RGB (Red+Green+Blue) = 28+68+115=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C4473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4473 is #E3BB8C. Grayscale: #3D3D3D. Windows color (decimal): -14924685 or 7554076. OLE color: 7554076.

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

Color convert

RGB2868115-
CMYK0.760.4100.55
HSL212.41º60.84%28.04%-
HSV(B)212.41º75.65%45.1%-
XYZ5.645.6217.01-
YUV61.4158.25104.18-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.27%
GREEN value IS 68 (26.95% from 255) = 32.23%
BLUE value IS 115 (45.31% from 255) = 54.50%
R=13.27%
G=32.23%
B=54.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28681150.760.4100.55212.4160.8428.04
Hex1C44734C29037d43d1c
Octal34104163114510673247534
Binary1110010001001110011100110010100101101111101010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,68,115); }

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

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

 a { background-color: rgb(28,68,115); }

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

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

 span { border-color: rgb(28,68,115); }

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