#100E6D

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

Shades of Midnight Blue #100E6D

Tints of Midnight Blue #100E6D

Color information

#100E6D (or 0x100E6D) is unknown color: approx Midnight Blue. HEX triplet: 10, 0E and 6D. RGB value is (16,14,109). Sum of RGB (Red+Green+Blue) = 16+14+109=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 109 (42.97% from 255 or 78.42% from 139); Max value from RGB is 109 - color contains mainly: blue. Hex color #100E6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100E6D is #EFF192. Grayscale: #191919. Windows color (decimal): -15724947 or 7147024. OLE color: 7147024.

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

Color convert

RGB1614109-
CMYK0.850.8700.57
HSL241.26º77.24%24.12%-
HSV(B)241.26º87.16%42.75%-
XYZ3.131.5314.6-
YUV25.43175.16121.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 14 (5.86% from 255) = 10.07%
BLUE value IS 109 (42.97% from 255) = 78.42%
R=11.51%
G=10.07%
B=78.42%

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
Decimal16141090.850.8700.57241.2677.2424.12
Hex10E6D5557039f14d18
Octal201615512512707136111530
Binary100001110110110110101011010111011100111110001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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