Html Css Color HEX #131479 Midnight Blue

📋 copy color: '#131479'

red 19 ◦ green 20 ◦ blue 121

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

Shades of Midnight Blue #131479

Tints of Midnight Blue #131479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.5%

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

R = 11.88%
G = 12.5%
B = 75.63%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#131479 (or 0x131479) is known color: Midnight Blue. HEX triplet: 13, 14 and 79. RGB value is (19,20,121). Sum of RGB (Red+Green+Blue) = 19+20+121=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 121 (47.66% from 255 or 75.62% from 160); Max value from RGB is 121 - color contains mainly: blue. Hex color #131479 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131479 is #ECEB86. Grayscale: #1E1E1E. Windows color (decimal): -15526791 or 7934995. OLE color: 7934995.

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

Color convert

RGB 19 20 121 -
CMYK 0.84 0.83 0 0.53
HSL 239.41º 0.73% 0.27% -
HSV(B) 239.41º 0.84% 0.47% -
XYZ 3.97 2.02 18.27 -
YUV 31.22 178.67 119.29 -
System Red Green Blue C M Y K H S L
Decimal 19 20 121 0.84 0.83 0 0.53 239.41 0.73 0.27
Hex 13 14 79 54 53 0 35 EF 49 1B
Octal 23 24 171 124 123 0 65 357 111 33
Binary 10011 10100 1111001 1010100 1010011 0 110101 11101111 1001001 11011

Color Harmonies of #131479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131479

Black with #131479

Text Example


Text Example

White with #131479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131479; }

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

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

background-color css

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

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

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

border-color css

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

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

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