#191970

Color #191970 MidnightBlue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of MidnightBlue #191970

Tints of MidnightBlue #191970

Color information

#191970 (or 0x191970) is known color: MidnightBlue. HEX triplet: 19, 19 and 70. RGB value is (25,25,112). Sum of RGB (Red+Green+Blue) = 25+25+112=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #191970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191970 is #E6E68F. Grayscale: #222222. Windows color (decimal): -15132304 or 7346457. OLE color: 7346457.

HSL color Cylindrical-coordinate representation of color #191970: hue angle of 240º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #191970 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2525112-
CMYK0.780.7800.56
HSL240º63.5%26.86%-
HSV(B)240º77.68%43.92%-
XYZ3.672.0715.54-
YUV34.92171.5120.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.43%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 112 (44.14% from 255) = 69.14%
R=15.43%
G=15.43%
B=69.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25251120.780.7800.5624063.526.86
Hex1919704E4E038f0401b
Octal313116011611607036010033
Binary1100111001111000010011101001110011100011110000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191970; }

 p { color: rgb(25,25,112); }

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

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

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

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

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

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

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