#100E59

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

Shades of Midnight Blue #100E59

Tints of Midnight Blue #100E59

Color information

#100E59 (or 0x100E59) is unknown color: approx Midnight Blue. HEX triplet: 10, 0E and 59. RGB value is (16,14,89). Sum of RGB (Red+Green+Blue) = 16+14+89=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 89 (35.16% from 255 or 74.79% from 119); Max value from RGB is 89 - color contains mainly: blue. Hex color #100E59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100E59 is #EFF1A6. Grayscale: #161616. Windows color (decimal): -15724967 or 5836304. OLE color: 5836304.

HSL color Cylindrical-coordinate representation of color #100E59: hue angle of 241.6º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #100E59 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB161489-
CMYK0.820.8400.65
HSL241.6º72.82%20.2%-
HSV(B)241.6º84.27%34.9%-
XYZ2.171.159.56-
YUV23.15165.16122.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 14 (5.86% from 255) = 11.76%
BLUE value IS 89 (35.16% from 255) = 74.79%
R=13.45%
G=11.76%
B=74.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1614890.820.8400.65241.672.8220.2
Hex10E595254041f24914
Octal2016131122124010136211124
Binary1000011101011001101001010101000100000111110010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100E59; }

 p { color: rgb(16,14,89); }

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

<style>
 a { background-color: #100E59; }

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

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

<style>
 span { border-color: #100E59; }

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

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