#10106E

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

Shades of Midnight Blue #10106E

Tints of Midnight Blue #10106E

Color information

#10106E (or 0x10106E) is unknown color: approx Midnight Blue. HEX triplet: 10, 10 and 6E. RGB value is (16,16,110). Sum of RGB (Red+Green+Blue) = 16+16+110=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #10106E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10106E is #EFEF91. Grayscale: #1A1A1A. Windows color (decimal): -15724434 or 7213072. OLE color: 7213072.

HSL color Cylindrical-coordinate representation of color #10106E: hue angle of 240º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10106E is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1616110-
CMYK0.850.8500.57
HSL240º74.6%24.71%-
HSV(B)240º85.45%43.14%-
XYZ3.211.6114.89-
YUV26.72175120.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.27%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 110 (43.36% from 255) = 77.46%
R=11.27%
G=11.27%
B=77.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16161100.850.8500.5724074.624.71
Hex10106E5555039f04b19
Octal202015612512507136011331
Binary1000010000110111010101011010101011100111110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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