#100E5A

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

Shades of Midnight Blue #100E5A

Tints of Midnight Blue #100E5A

Color information

#100E5A (or 0x100E5A) is unknown color: approx Midnight Blue. HEX triplet: 10, 0E and 5A. RGB value is (16,14,90). Sum of RGB (Red+Green+Blue) = 16+14+90=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 90 (35.55% from 255 or 75% from 120); Max value from RGB is 90 - color contains mainly: blue. Hex color #100E5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100E5A is #EFF1A5. Grayscale: #161616. Windows color (decimal): -15724966 or 5901840. OLE color: 5901840.

HSL color Cylindrical-coordinate representation of color #100E5A: hue angle of 241.58º 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 #100E5A is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB161490-
CMYK0.820.8400.65
HSL241.58º73.08%20.39%-
HSV(B)241.58º84.44%35.29%-
XYZ2.221.169.78-
YUV23.26165.66122.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.33%
GREEN value IS 14 (5.86% from 255) = 11.67%
BLUE value IS 90 (35.55% from 255) = 75%
R=13.33%
G=11.67%
B=75%

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
Decimal1614900.820.8400.65241.5873.0820.39
Hex10E5A5254041f24914
Octal2016132122124010136211124
Binary1000011101011010101001010101000100000111110010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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