#100D6C

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

Shades of Midnight Blue #100D6C

Tints of Midnight Blue #100D6C

Color information

#100D6C (or 0x100D6C) is unknown color: approx Midnight Blue. HEX triplet: 10, 0D and 6C. RGB value is (16,13,108). Sum of RGB (Red+Green+Blue) = 16+13+108=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 108 (42.58% from 255 or 78.83% from 137); Max value from RGB is 108 - color contains mainly: blue. Hex color #100D6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100D6C is #EFF293. Grayscale: #181818. Windows color (decimal): -15725204 or 7081232. OLE color: 7081232.

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

Color convert

RGB1613108-
CMYK0.850.8800.58
HSL241.89º78.51%23.73%-
HSV(B)241.89º87.96%42.35%-
XYZ3.061.4814.31-
YUV24.73174.99121.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.68%
GREEN value IS 13 (5.47% from 255) = 9.49%
BLUE value IS 108 (42.58% from 255) = 78.83%
R=11.68%
G=9.49%
B=78.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16131080.850.8800.58241.8978.5123.73
Hex10D6C555803Af24f18
Octal201515412513007236211730
Binary100001101110110010101011011000011101011110010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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