#13206C

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

Shades of Midnight Blue #13206C

Tints of Midnight Blue #13206C

Color information

#13206C (or 0x13206C) is unknown color: approx Midnight Blue. HEX triplet: 13, 20 and 6C. RGB value is (19,32,108). Sum of RGB (Red+Green+Blue) = 19+32+108=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 108 (42.58% from 255 or 67.92% from 159); Max value from RGB is 108 - color contains mainly: blue. Hex color #13206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13206C is #ECDF93. Grayscale: #242424. Windows color (decimal): -15523732 or 7086099. OLE color: 7086099.

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

Color convert

RGB1932108-
CMYK0.820.7000.58
HSL231.24º70.08%24.9%-
HSV(B)231.24º82.41%42.35%-
XYZ3.492.2514.44-
YUV36.78168.19115.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 108 (42.58% from 255) = 67.92%
R=11.95%
G=20.13%
B=67.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19321080.820.7000.58231.2470.0824.9
Hex13206C524603Ae74619
Octal234015412210607234710631
Binary10011100000110110010100101000110011101011100111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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