Html Css Color HEX #131972 Midnight Blue

📋 copy color: '#131972'

red 19 ◦ green 25 ◦ blue 114

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

Shades of Midnight Blue #131972

Tints of Midnight Blue #131972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 72.15%

R = 12.03%
G = 15.82%
B = 72.15%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#131972 (or 0x131972) is known color: Midnight Blue. HEX triplet: 13, 19 and 72. RGB value is (19,25,114). Sum of RGB (Red+Green+Blue) = 19+25+114=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 114 (44.92% from 255 or 72.15% from 158); Max value from RGB is 114 - color contains mainly: blue. Hex color #131972 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131972 is #ECE68D. Grayscale: #202020. Windows color (decimal): -15525518 or 7477523. OLE color: 7477523.

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

Color convert

RGB 19 25 114 -
CMYK 0.83 0.78 0 0.55
HSL 236.21º 0.71% 0.26% -
HSV(B) 236.21º 0.83% 0.45% -
XYZ 3.65 2.05 16.12 -
YUV 33.35 173.51 117.76 -
System Red Green Blue C M Y K H S L
Decimal 19 25 114 0.83 0.78 0 0.55 236.21 0.71 0.26
Hex 13 19 72 53 4E 0 37 EC 47 1A
Octal 23 31 162 123 116 0 67 354 107 32
Binary 10011 11001 1110010 1010011 1001110 0 110111 11101100 1000111 11010

Color Harmonies of #131972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131972

Black with #131972

Text Example


Text Example

White with #131972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131972; }

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

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

background-color css

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

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

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

border-color css

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

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

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