#1C156C

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

Shades of Midnight Blue #1C156C

Tints of Midnight Blue #1C156C

Color information

#1C156C (or 0x1C156C) is unknown color: approx Midnight Blue. HEX triplet: 1C, 15 and 6C. RGB value is (28,21,108). Sum of RGB (Red+Green+Blue) = 28+21+108=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C156C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C156C is #E3EA93. Grayscale: #202020. Windows color (decimal): -14936724 or 7083292. OLE color: 7083292.

HSL color Cylindrical-coordinate representation of color #1C156C: hue angle of 244.83º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C156C is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2821108-
CMYK0.740.8100.58
HSL244.83º67.44%25.29%-
HSV(B)244.83º80.56%42.35%-
XYZ3.451.8714.37-
YUV33.01170.32124.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.83%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 108 (42.58% from 255) = 68.79%
R=17.83%
G=13.38%
B=68.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28211080.740.8100.58244.8367.4425.29
Hex1C156C4A5103Af54319
Octal342515411212107236510331
Binary1110010101110110010010101010001011101011110101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,21,108); }

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

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

 a { background-color: rgb(28,21,108); }

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

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

 span { border-color: rgb(28,21,108); }

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