#13196C

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

Shades of Midnight Blue #13196C

Tints of Midnight Blue #13196C

Color information

#13196C (or 0x13196C) is unknown color: approx Midnight Blue. HEX triplet: 13, 19 and 6C. RGB value is (19,25,108). Sum of RGB (Red+Green+Blue) = 19+25+108=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 108 (42.58% from 255 or 71.05% from 152); Max value from RGB is 108 - color contains mainly: blue. Hex color #13196C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13196C is #ECE693. Grayscale: #202020. Windows color (decimal): -15525524 or 7084307. OLE color: 7084307.

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

Color convert

RGB1925108-
CMYK0.820.7700.58
HSL235.96º70.08%24.9%-
HSV(B)235.96º82.41%42.35%-
XYZ3.321.9214.38-
YUV32.67170.51118.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 25 (10.16% from 255) = 16.45%
BLUE value IS 108 (42.58% from 255) = 71.05%
R=12.5%
G=16.45%
B=71.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19251080.820.7700.58235.9670.0824.9
Hex13196C524D03Aec4619
Octal233115412211507235410631
Binary1001111001110110010100101001101011101011101100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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