#06106E

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

Shades of Midnight Blue #06106E

Tints of Midnight Blue #06106E

Color information

#06106E (or 0x06106E) is unknown color: approx Midnight Blue. HEX triplet: 06, 10 and 6E. RGB value is (6,16,110). Sum of RGB (Red+Green+Blue) = 6+16+110=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 110 (43.36% from 255 or 83.33% from 132); Max value from RGB is 110 - color contains mainly: blue. Hex color #06106E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06106E is #F9EF91. Grayscale: #171717. Windows color (decimal): -16379794 or 7213062. OLE color: 7213062.

HSL color Cylindrical-coordinate representation of color #06106E: hue angle of 234.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 #06106E is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB616110-
CMYK0.950.8500.57
HSL234.23º89.66%22.75%-
HSV(B)234.23º94.55%43.14%-
XYZ3.071.5414.89-
YUV23.73176.69115.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 16 (6.64% from 255) = 12.12%
BLUE value IS 110 (43.36% from 255) = 83.33%
R=4.55%
G=12.12%
B=83.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6161100.950.8500.57234.2389.6622.75
Hex6106E5F55039ea5a17
Octal62015613712507135213227
Binary11010000110111010111111010101011100111101010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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