#100E6C

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

Shades of Midnight Blue #100E6C

Tints of Midnight Blue #100E6C

Color information

#100E6C (or 0x100E6C) is unknown color: approx Midnight Blue. HEX triplet: 10, 0E and 6C. RGB value is (16,14,108). Sum of RGB (Red+Green+Blue) = 16+14+108=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 108 (42.58% from 255 or 78.26% from 138); Max value from RGB is 108 - color contains mainly: blue. Hex color #100E6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100E6C is #EFF193. Grayscale: #181818. Windows color (decimal): -15724948 or 7081488. OLE color: 7081488.

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

Color convert

RGB1614108-
CMYK0.850.8700.58
HSL241.28º77.05%23.92%-
HSV(B)241.28º87.04%42.35%-
XYZ3.081.5114.32-
YUV25.31174.66121.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 14 (5.86% from 255) = 10.14%
BLUE value IS 108 (42.58% from 255) = 78.26%
R=11.59%
G=10.14%
B=78.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16141080.850.8700.58241.2877.0523.92
Hex10E6C555703Af14d18
Octal201615412512707236111530
Binary100001110110110010101011010111011101011110001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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