Html Css Color HEX #131978 Midnight Blue

📋 copy color: '#131978'

red 19 ◦ green 25 ◦ blue 120

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

Shades of Midnight Blue #131978

Tints of Midnight Blue #131978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 73.17%

R = 11.59%
G = 15.24%
B = 73.17%

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

#131978 (or 0x131978) is known color: Midnight Blue. HEX triplet: 13, 19 and 78. RGB value is (19,25,120). Sum of RGB (Red+Green+Blue) = 19+25+120=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 120 (47.27% from 255 or 73.17% from 164); Max value from RGB is 120 - color contains mainly: blue. Hex color #131978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131978 is #ECE687. Grayscale: #212121. Windows color (decimal): -15525512 or 7870739. OLE color: 7870739.

HSL color Cylindrical-coordinate representation of color #131978: hue angle of 236.44º 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 #131978 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 25 120 -
CMYK 0.84 0.79 0 0.53
HSL 236.44º 0.73% 0.27% -
HSV(B) 236.44º 0.84% 0.47% -
XYZ 4.01 2.19 17.98 -
YUV 34.04 176.51 117.28 -
System Red Green Blue C M Y K H S L
Decimal 19 25 120 0.84 0.79 0 0.53 236.44 0.73 0.27
Hex 13 19 78 54 4F 0 35 EC 49 1B
Octal 23 31 170 124 117 0 65 354 111 33
Binary 10011 11001 1111000 1010100 1001111 0 110101 11101100 1001001 11011

Color Harmonies of #131978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131978

Black with #131978

Text Example


Text Example

White with #131978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131978; }

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

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

background-color css

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

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

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

border-color css

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

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

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