Html Css Color HEX #131971 Midnight Blue

📋 copy color: '#131971'

red 19 ◦ green 25 ◦ blue 113

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

Shades of Midnight Blue #131971

Tints of Midnight Blue #131971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 71.97%

R = 12.1%
G = 15.92%
B = 71.97%

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

#131971 (or 0x131971) is known color: Midnight Blue. HEX triplet: 13, 19 and 71. RGB value is (19,25,113). Sum of RGB (Red+Green+Blue) = 19+25+113=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #131971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131971 is #ECE68E. Grayscale: #202020. Windows color (decimal): -15525519 or 7411987. OLE color: 7411987.

HSL color Cylindrical-coordinate representation of color #131971: hue angle of 236.17º 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 #131971 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 25 113 -
CMYK 0.83 0.78 0 0.56
HSL 236.17º 0.71% 0.26% -
HSV(B) 236.17º 0.83% 0.44% -
XYZ 3.6 2.03 15.82 -
YUV 33.24 173.01 117.84 -
System Red Green Blue C M Y K H S L
Decimal 19 25 113 0.83 0.78 0 0.56 236.17 0.71 0.26
Hex 13 19 71 53 4E 0 38 EC 47 1A
Octal 23 31 161 123 116 0 70 354 107 32
Binary 10011 11001 1110001 1010011 1001110 0 111000 11101100 1000111 11010

Color Harmonies of #131971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131971

Black with #131971

Text Example


Text Example

White with #131971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131971; }

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

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

background-color css

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

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

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

border-color css

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

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

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