Html Css Color HEX #191970 MidnightBlue

📋 copy color: '#191970'

red 25 ◦ green 25 ◦ blue 112

#191970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of MidnightBlue #191970

Tints of MidnightBlue #191970

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 value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

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

RGB 25 25 112 -
CMYK 0.78 0.78 0 0.56
HSL 240º 0.64% 0.27% -
HSV(B) 240º 0.78% 0.44% -
XYZ 3.67 2.07 15.54 -
YUV 34.92 171.5 120.93 -
System Red Green Blue C M Y K H S L
Decimal 25 25 112 0.78 0.78 0 0.56 240 0.64 0.27
Hex 19 19 70 4E 4E 0 38 F0 40 1B
Octal 31 31 160 116 116 0 70 360 100 33
Binary 11001 11001 1110000 1001110 1001110 0 111000 11110000 1000000 11011

Color Harmonies of #191970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191970

Black with #191970

Text Example


Text Example

White with #191970

Text Example


Text Example

HTML Codes & Css Web 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>