Html Css Color HEX #131480 Midnight Blue

📋 copy color: '#131480'

red 19 ◦ green 20 ◦ blue 128

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

Shades of Midnight Blue #131480

Tints of Midnight Blue #131480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 76.65%

R = 11.38%
G = 11.98%
B = 76.65%

CMYK

 C value IS 0.85

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#131480 (or 0x131480) is known color: Midnight Blue. HEX triplet: 13, 14 and 80. RGB value is (19,20,128). Sum of RGB (Red+Green+Blue) = 19+20+128=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 128 (50.39% from 255 or 76.65% from 167); Max value from RGB is 128 - color contains mainly: blue. Hex color #131480 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131480 is #ECEB7F. Grayscale: #1F1F1F. Windows color (decimal): -15526784 or 8393747. OLE color: 8393747.

HSL color Cylindrical-coordinate representation of color #131480: hue angle of 239.45º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131480 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 20 128 -
CMYK 0.85 0.84 0 0.50
HSL 239.45º 0.74% 0.29% -
HSV(B) 239.45º 0.85% 0.5% -
XYZ 4.41 2.2 20.61 -
YUV 32.01 182.17 118.72 -
System Red Green Blue C M Y K H S L
Decimal 19 20 128 0.85 0.84 0 0.50 239.45 0.74 0.29
Hex 13 14 80 55 54 0 32 EF 4A 1D
Octal 23 24 200 125 124 0 62 357 112 35
Binary 10011 10100 10000000 1010101 1010100 0 110010 11101111 1001010 11101

Color Harmonies of #131480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131480

Black with #131480

Text Example


Text Example

White with #131480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131480; }

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

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

background-color css

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

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

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

border-color css

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

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

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