Html Css Color HEX #131970 Midnight Blue

📋 copy color: '#131970'

red 19 ◦ green 25 ◦ blue 112

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

Shades of Midnight Blue #131970

Tints of Midnight Blue #131970

RGB

 RED value IS 19 (7.81% from 255) = 12.18%

 GREEN value IS 25 (10.16% from 255) = 16.03%

 BLUE value IS 112 (44.14% from 255) = 71.79%

R = 12.18%
G = 16.03%
B = 71.79%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#131970 (or 0x131970) is known color: Midnight Blue. HEX triplet: 13, 19 and 70. RGB value is (19,25,112). Sum of RGB (Red+Green+Blue) = 19+25+112=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #131970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131970 is #ECE68F. Grayscale: #202020. Windows color (decimal): -15525520 or 7346451. OLE color: 7346451.

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

Color convert

RGB 19 25 112 -
CMYK 0.83 0.78 0 0.56
HSL 236.13º 0.71% 0.26% -
HSV(B) 236.13º 0.83% 0.44% -
XYZ 3.54 2 15.53 -
YUV 33.12 172.51 117.93 -
System Red Green Blue C M Y K H S L
Decimal 19 25 112 0.83 0.78 0 0.56 236.13 0.71 0.26
Hex 13 19 70 53 4E 0 38 EC 47 1A
Octal 23 31 160 123 116 0 70 354 107 32
Binary 10011 11001 1110000 1010011 1001110 0 111000 11101100 1000111 11010

Color Harmonies of #131970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131970

Black with #131970

Text Example


Text Example

White with #131970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131970; }

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

 H1.HeaderClassName
 {
   color: #131970;
 }
 .AnyTagClassName
 {
   color: #131970;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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