#1C2B70

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

Shades of Midnight Blue #1C2B70

Tints of Midnight Blue #1C2B70

Color information

#1C2B70 (or 0x1C2B70) is unknown color: approx Midnight Blue. HEX triplet: 1C, 2B and 70. RGB value is (28,43,112). Sum of RGB (Red+Green+Blue) = 28+43+112=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C2B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2B70 is #E3D48F. Grayscale: #2E2E2E. Windows color (decimal): -14931088 or 7351068. OLE color: 7351068.

HSL color Cylindrical-coordinate representation of color #1C2B70: hue angle of 229.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 #1C2B70 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2843112-
CMYK0.750.6200.56
HSL229.29º60%27.45%-
HSV(B)229.29º75%43.92%-
XYZ4.273.1415.71-
YUV46.38165.03114.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.30%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 112 (44.14% from 255) = 61.20%
R=15.30%
G=23.50%
B=61.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28431120.750.6200.56229.296027.45
Hex1C2B704B3E038e53c1b
Octal3453160113760703457433
Binary111001010111110000100101111111001110001110010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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