#100D6A

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

Shades of Midnight Blue #100D6A

Tints of Midnight Blue #100D6A

Color information

#100D6A (or 0x100D6A) is unknown color: approx Midnight Blue. HEX triplet: 10, 0D and 6A. RGB value is (16,13,106). Sum of RGB (Red+Green+Blue) = 16+13+106=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 106 (41.80% from 255 or 78.52% from 135); Max value from RGB is 106 - color contains mainly: blue. Hex color #100D6A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100D6A is #EFF295. Grayscale: #181818. Windows color (decimal): -15725206 or 6950160. OLE color: 6950160.

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

Color convert

RGB1613106-
CMYK0.850.8800.58
HSL241.94º78.15%23.33%-
HSV(B)241.94º87.74%41.57%-
XYZ2.961.4413.76-
YUV24.5173.99121.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 13 (5.47% from 255) = 9.63%
BLUE value IS 106 (41.80% from 255) = 78.52%
R=11.85%
G=9.63%
B=78.52%

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
Decimal16131060.850.8800.58241.9478.1523.33
Hex10D6A555803Af24e17
Octal201515212513007236211627
Binary100001101110101010101011011000011101011110010100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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