#100E79

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

Shades of Midnight Blue #100E79

Tints of Midnight Blue #100E79

Color information

#100E79 (or 0x100E79) is unknown color: approx Midnight Blue. HEX triplet: 10, 0E and 79. RGB value is (16,14,121). Sum of RGB (Red+Green+Blue) = 16+14+121=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 121 (47.66% from 255 or 80.13% from 151); Max value from RGB is 121 - color contains mainly: blue. Hex color #100E79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100E79 is #EFF186. Grayscale: #1A1A1A. Windows color (decimal): -15724935 or 7933456. OLE color: 7933456.

HSL color Cylindrical-coordinate representation of color #100E79: hue angle of 241.12º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100E79 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1614121-
CMYK0.870.8800.53
HSL241.12º79.26%26.47%-
HSV(B)241.12º88.43%47.45%-
XYZ3.821.818.24-
YUV26.8181.16120.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 14 (5.86% from 255) = 9.27%
BLUE value IS 121 (47.66% from 255) = 80.13%
R=10.60%
G=9.27%
B=80.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16141210.870.8800.53241.1279.2626.47
Hex10E795758035f14f1a
Octal201617112713006536111732
Binary100001110111100110101111011000011010111110001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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