#16066E

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

Shades of Midnight Blue #16066E

Tints of Midnight Blue #16066E

Color information

#16066E (or 0x16066E) is unknown color: approx Midnight Blue. HEX triplet: 16, 06 and 6E. RGB value is (22,6,110). Sum of RGB (Red+Green+Blue) = 22+6+110=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 110 (43.36% from 255 or 79.71% from 138); Max value from RGB is 110 - color contains mainly: blue. Hex color #16066E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16066E is #E9F991. Grayscale: #161616. Windows color (decimal): -15333778 or 7210518. OLE color: 7210518.

HSL color Cylindrical-coordinate representation of color #16066E: hue angle of 249.23º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #16066E is Cyan = 0.8, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB226110-
CMYK0.80.9500.57
HSL249.23º89.66%22.75%-
HSV(B)249.23º94.55%43.14%-
XYZ3.211.4314.86-
YUV22.64177.3127.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.94%
GREEN value IS 6 (2.73% from 255) = 4.35%
BLUE value IS 110 (43.36% from 255) = 79.71%
R=15.94%
G=4.35%
B=79.71%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2261100.80.9500.57249.2389.6622.75
Hex1666E505F039f95a17
Octal26615612013707137113227
Binary10110110110111010100001011111011100111111001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16066E; }

 p { color: rgb(22,6,110); }

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

<style>
 a { background-color: #16066E; }

 a { background-color: rgb(22,6,110); }

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

<style>
 span { border-color: #16066E; }

 span { border-color: rgb(22,6,110); }

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