#1C156B

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

Shades of Midnight Blue #1C156B

Tints of Midnight Blue #1C156B

Color information

#1C156B (or 0x1C156B) is unknown color: approx Midnight Blue. HEX triplet: 1C, 15 and 6B. RGB value is (28,21,107). Sum of RGB (Red+Green+Blue) = 28+21+107=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 107 (42.19% from 255 or 68.59% from 156); Max value from RGB is 107 - color contains mainly: blue. Hex color #1C156B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C156B is #E3EA94. Grayscale: #202020. Windows color (decimal): -14936725 or 7017756. OLE color: 7017756.

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

Color convert

RGB2821107-
CMYK0.740.8000.58
HSL244.88º67.19%25.1%-
HSV(B)244.88º80.37%41.96%-
XYZ3.41.8414.09-
YUV32.9169.82124.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.95%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 107 (42.19% from 255) = 68.59%
R=17.95%
G=13.46%
B=68.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28211070.740.8000.58244.8867.1925.1
Hex1C156B4A5003Af54319
Octal342515311212007236510331
Binary1110010101110101110010101010000011101011110101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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