#1C2470

Color #1C2470 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #1C2470

Tints of Midnight Blue #1C2470

Color information

#1C2470 (or 0x1C2470) is unknown color: approx Midnight Blue. HEX triplet: 1C, 24 and 70. RGB value is (28,36,112). Sum of RGB (Red+Green+Blue) = 28+36+112=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2470 is #E3DB8F. Grayscale: #292929. Windows color (decimal): -14932880 or 7349276. OLE color: 7349276.

HSL color Cylindrical-coordinate representation of color #1C2470: hue angle of 234.29º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C2470 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2836112-
CMYK0.750.6800.56
HSL234.29º60%27.45%-
HSV(B)234.29º75%43.92%-
XYZ4.032.6815.63-
YUV42.27167.35117.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.91%
GREEN value IS 36 (14.45% from 255) = 20.45%
BLUE value IS 112 (44.14% from 255) = 63.64%
R=15.91%
G=20.45%
B=63.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28361120.750.6800.56234.296027.45
Hex1C24704B44038ea3c1b
Octal34441601131040703527433
Binary1110010010011100001001011100010001110001110101011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,36,112); }

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

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

 a { background-color: rgb(28,36,112); }

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

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

 span { border-color: rgb(28,36,112); }

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