#16026C

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

Shades of Midnight Blue #16026C

Tints of Midnight Blue #16026C

Color information

#16026C (or 0x16026C) is unknown color: approx Midnight Blue. HEX triplet: 16, 02 and 6C. RGB value is (22,2,108). Sum of RGB (Red+Green+Blue) = 22+2+108=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 108 (42.58% from 255 or 81.82% from 132); Max value from RGB is 108 - color contains mainly: blue. Hex color #16026C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16026C is #E9FD93. Grayscale: #131313. Windows color (decimal): -15334804 or 7078422. OLE color: 7078422.

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

Color convert

RGB222108-
CMYK0.800.9800.58
HSL251.32º96.36%21.57%-
HSV(B)251.32º98.15%42.35%-
XYZ3.061.314.28-
YUV20.06177.63129.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.67%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 108 (42.58% from 255) = 81.82%
R=16.67%
G=1.52%
B=81.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2221080.800.9800.58251.3296.3621.57
Hex1626C506203Afb6016
Octal26215412014207237314026
Binary1011010110110010100001100010011101011111011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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