#13116C

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

Shades of Midnight Blue #13116C

Tints of Midnight Blue #13116C

Color information

#13116C (or 0x13116C) is unknown color: approx Midnight Blue. HEX triplet: 13, 11 and 6C. RGB value is (19,17,108). Sum of RGB (Red+Green+Blue) = 19+17+108=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 108 (42.58% from 255 or 75% from 144); Max value from RGB is 108 - color contains mainly: blue. Hex color #13116C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13116C is #ECEE93. Grayscale: #1B1B1B. Windows color (decimal): -15527572 or 7082259. OLE color: 7082259.

HSL color Cylindrical-coordinate representation of color #13116C: hue angle of 241.32º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13116C is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1917108-
CMYK0.820.8400.58
HSL241.32º72.8%24.51%-
HSV(B)241.32º84.26%42.35%-
XYZ3.181.6214.33-
YUV27.97173.16121.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 108 (42.58% from 255) = 75%
R=13.19%
G=11.81%
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.58
SystemRedGreenBlueCMYKHSL
Decimal19171080.820.8400.58241.3272.824.51
Hex13116C525403Af14919
Octal232115412212407236111131
Binary1001110001110110010100101010100011101011110001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13116C; }

 p { color: rgb(19,17,108); }

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

<style>
 a { background-color: #13116C; }

 a { background-color: rgb(19,17,108); }

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

<style>
 span { border-color: #13116C; }

 span { border-color: rgb(19,17,108); }

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