Html Css Color HEX #131979 Midnight Blue

📋 copy color: '#131979'

red 19 ◦ green 25 ◦ blue 121

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

Shades of Midnight Blue #131979

Tints of Midnight Blue #131979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 73.33%

R = 11.52%
G = 15.15%
B = 73.33%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#131979 (or 0x131979) is known color: Midnight Blue. HEX triplet: 13, 19 and 79. RGB value is (19,25,121). Sum of RGB (Red+Green+Blue) = 19+25+121=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 121 (47.66% from 255 or 73.33% from 165); Max value from RGB is 121 - color contains mainly: blue. Hex color #131979 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131979 is #ECE686. Grayscale: #212121. Windows color (decimal): -15525511 or 7936275. OLE color: 7936275.

HSL color Cylindrical-coordinate representation of color #131979: hue angle of 236.47º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131979 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 25 121 -
CMYK 0.84 0.79 0 0.53
HSL 236.47º 0.73% 0.27% -
HSV(B) 236.47º 0.84% 0.47% -
XYZ 4.07 2.21 18.3 -
YUV 34.15 177.01 117.19 -
System Red Green Blue C M Y K H S L
Decimal 19 25 121 0.84 0.79 0 0.53 236.47 0.73 0.27
Hex 13 19 79 54 4F 0 35 EC 49 1B
Octal 23 31 171 124 117 0 65 354 111 33
Binary 10011 11001 1111001 1010100 1001111 0 110101 11101100 1001001 11011

Color Harmonies of #131979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131979

Black with #131979

Text Example


Text Example

White with #131979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131979; }

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

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

background-color css

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

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

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

border-color css

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

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

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