#10115B

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

Shades of Midnight Blue #10115B

Tints of Midnight Blue #10115B

Color information

#10115B (or 0x10115B) is unknown color: approx Midnight Blue. HEX triplet: 10, 11 and 5B. RGB value is (16,17,91). Sum of RGB (Red+Green+Blue) = 16+17+91=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 91 (35.94% from 255 or 73.39% from 124); Max value from RGB is 91 - color contains mainly: blue. Hex color #10115B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10115B is #EFEEA4. Grayscale: #181818. Windows color (decimal): -15724197 or 5968144. OLE color: 5968144.

HSL color Cylindrical-coordinate representation of color #10115B: hue angle of 239.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10115B is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB161791-
CMYK0.820.8100.64
HSL239.2º70.09%20.98%-
HSV(B)239.2º82.42%35.69%-
XYZ2.31.2710.02-
YUV25.14165.17121.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.90%
GREEN value IS 17 (7.03% from 255) = 13.71%
BLUE value IS 91 (35.94% from 255) = 73.39%
R=12.90%
G=13.71%
B=73.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1617910.820.8100.64239.270.0920.98
Hex10115B5251040ef4615
Octal2021133122121010035710625
Binary10000100011011011101001010100010100000011101111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10115B; }

 p { color: rgb(16,17,91); }

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

<style>
 a { background-color: #10115B; }

 a { background-color: rgb(16,17,91); }

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

<style>
 span { border-color: #10115B; }

 span { border-color: rgb(16,17,91); }

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