#13206A

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

Shades of Midnight Blue #13206A

Tints of Midnight Blue #13206A

Color information

#13206A (or 0x13206A) is unknown color: approx Midnight Blue. HEX triplet: 13, 20 and 6A. RGB value is (19,32,106). Sum of RGB (Red+Green+Blue) = 19+32+106=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 106 (41.80% from 255 or 67.52% from 157); Max value from RGB is 106 - color contains mainly: blue. Hex color #13206A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13206A is #ECDF95. Grayscale: #242424. Windows color (decimal): -15523734 or 6955027. OLE color: 6955027.

HSL color Cylindrical-coordinate representation of color #13206A: hue angle of 231.03º 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 #13206A is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1932106-
CMYK0.820.7000.58
HSL231.03º69.6%24.51%-
HSV(B)231.03º82.08%41.57%-
XYZ3.392.2113.88-
YUV36.55167.19115.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 106 (41.80% from 255) = 67.52%
R=12.10%
G=20.38%
B=67.52%

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
Decimal19321060.820.7000.58231.0369.624.51
Hex13206A524603Ae74619
Octal234015212210607234710631
Binary10011100000110101010100101000110011101011100111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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