#06116C

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

Shades of Midnight Blue #06116C

Tints of Midnight Blue #06116C

Color information

#06116C (or 0x06116C) is unknown color: approx Midnight Blue. HEX triplet: 06, 11 and 6C. RGB value is (6,17,108). Sum of RGB (Red+Green+Blue) = 6+17+108=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 108 (42.58% from 255 or 82.44% from 131); Max value from RGB is 108 - color contains mainly: blue. Hex color #06116C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06116C is #F9EE93. Grayscale: #171717. Windows color (decimal): -16379540 or 7082246. OLE color: 7082246.

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

Color convert

RGB617108-
CMYK0.940.8400.58
HSL233.53º89.47%22.35%-
HSV(B)233.53º94.44%42.35%-
XYZ2.981.5214.32-
YUV24.08175.36115.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.58%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 108 (42.58% from 255) = 82.44%
R=4.58%
G=12.98%
B=82.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6171080.940.8400.58233.5389.4722.35
Hex6116C5E5403Aea5916
Octal62115413612407235213126
Binary11010001110110010111101010100011101011101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,17,108); }

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

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

 a { background-color: rgb(6,17,108); }

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

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

 span { border-color: rgb(6,17,108); }

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