Html Css Color HEX #131880 Midnight Blue

📋 copy color: '#131880'

red 19 ◦ green 24 ◦ blue 128

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

Shades of Midnight Blue #131880

Tints of Midnight Blue #131880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.04%

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

R = 11.11%
G = 14.04%
B = 74.85%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#131880 (or 0x131880) is known color: Midnight Blue. HEX triplet: 13, 18 and 80. RGB value is (19,24,128). Sum of RGB (Red+Green+Blue) = 19+24+128=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 128 (50.39% from 255 or 74.85% from 171); Max value from RGB is 128 - color contains mainly: blue. Hex color #131880 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131880 is #ECE77F. Grayscale: #212121. Windows color (decimal): -15525760 or 8394771. OLE color: 8394771.

HSL color Cylindrical-coordinate representation of color #131880: hue angle of 237.25º 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 #131880 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 24 128 -
CMYK 0.85 0.81 0 0.50
HSL 237.25º 0.74% 0.29% -
HSV(B) 237.25º 0.85% 0.5% -
XYZ 4.49 2.35 20.64 -
YUV 34.36 180.84 117.04 -
System Red Green Blue C M Y K H S L
Decimal 19 24 128 0.85 0.81 0 0.50 237.25 0.74 0.29
Hex 13 18 80 55 51 0 32 ED 4A 1D
Octal 23 30 200 125 121 0 62 355 112 35
Binary 10011 11000 10000000 1010101 1010001 0 110010 11101101 1001010 11101

Color Harmonies of #131880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131880

Black with #131880

Text Example


Text Example

White with #131880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131880; }

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

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

background-color css

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

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

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

border-color css

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

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

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