#100E6E

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

Shades of Midnight Blue #100E6E

Tints of Midnight Blue #100E6E

Color information

#100E6E (or 0x100E6E) is unknown color: approx Midnight Blue. HEX triplet: 10, 0E and 6E. RGB value is (16,14,110). Sum of RGB (Red+Green+Blue) = 16+14+110=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 110 (43.36% from 255 or 78.57% from 140); Max value from RGB is 110 - color contains mainly: blue. Hex color #100E6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100E6E is #EFF191. Grayscale: #191919. Windows color (decimal): -15724946 or 7212560. OLE color: 7212560.

HSL color Cylindrical-coordinate representation of color #100E6E: hue angle of 241.25º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #100E6E is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1614110-
CMYK0.850.8700.57
HSL241.25º77.42%24.31%-
HSV(B)241.25º87.27%43.14%-
XYZ3.191.5514.88-
YUV25.54175.66121.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.43%
GREEN value IS 14 (5.86% from 255) = 10%
BLUE value IS 110 (43.36% from 255) = 78.57%
R=11.43%
G=10%
B=78.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16141100.850.8700.57241.2577.4224.31
Hex10E6E5557039f14d18
Octal201615612512707136111530
Binary100001110110111010101011010111011100111110001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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