#16056C

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

Shades of Midnight Blue #16056C

Tints of Midnight Blue #16056C

Color information

#16056C (or 0x16056C) is unknown color: approx Midnight Blue. HEX triplet: 16, 05 and 6C. RGB value is (22,5,108). Sum of RGB (Red+Green+Blue) = 22+5+108=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 108 (42.58% from 255 or 80% from 135); Max value from RGB is 108 - color contains mainly: blue. Hex color #16056C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16056C is #E9FA93. Grayscale: #151515. Windows color (decimal): -15334036 or 7079190. OLE color: 7079190.

HSL color Cylindrical-coordinate representation of color #16056C: hue angle of 249.9º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #16056C is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB225108-
CMYK0.800.9500.58
HSL249.9º91.15%22.16%-
HSV(B)249.9º95.37%42.35%-
XYZ3.091.3614.29-
YUV21.82176.63128.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.30%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 108 (42.58% from 255) = 80%
R=16.30%
G=3.70%
B=80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2251080.800.9500.58249.991.1522.16
Hex1656C505F03Afa5b16
Octal26515412013707237213326
Binary10110101110110010100001011111011101011111010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16056C; }

 p { color: rgb(22,5,108); }

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

<style>
 a { background-color: #16056C; }

 a { background-color: rgb(22,5,108); }

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

<style>
 span { border-color: #16056C; }

 span { border-color: rgb(22,5,108); }

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