#10066E

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

Shades of Midnight Blue #10066E

Tints of Midnight Blue #10066E

Color information

#10066E (or 0x10066E) is unknown color: approx Midnight Blue. HEX triplet: 10, 06 and 6E. RGB value is (16,6,110). Sum of RGB (Red+Green+Blue) = 16+6+110=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 6 (2.73% from 255 or 4.55% 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 #10066E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10066E is #EFF991. Grayscale: #141414. Windows color (decimal): -15726994 or 7210512. OLE color: 7210512.

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

Color convert

RGB166110-
CMYK0.850.9500.57
HSL245.77º89.66%22.75%-
HSV(B)245.77º94.55%43.14%-
XYZ3.091.3714.85-
YUV20.85178.31124.54-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1661100.850.9500.57245.7789.6622.75
Hex1066E555F039f65a17
Octal20615612513707136613227
Binary10000110110111010101011011111011100111110110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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