#11066C

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

Shades of Midnight Blue #11066C

Tints of Midnight Blue #11066C

Color information

#11066C (or 0x11066C) is unknown color: approx Midnight Blue. HEX triplet: 11, 06 and 6C. RGB value is (17,6,108). Sum of RGB (Red+Green+Blue) = 17+6+108=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 6 (2.73% from 255 or 4.58% 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 #11066C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11066C is #EEF993. Grayscale: #141414. Windows color (decimal): -15661460 or 7079441. OLE color: 7079441.

HSL color Cylindrical-coordinate representation of color #11066C: hue angle of 246.47º 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 #11066C is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB176108-
CMYK0.840.9400.58
HSL246.47º89.47%22.35%-
HSV(B)246.47º94.44%42.35%-
XYZ31.3314.29-
YUV20.92177.14125.21-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1761080.840.9400.58246.4789.4722.35
Hex1166C545E03Af65916
Octal21615412413607236613126
Binary10001110110110010101001011110011101011110110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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