Html Css Color HEX #131581 Midnight Blue

📋 copy color: '#131581'

red 19 ◦ green 21 ◦ blue 129

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

Shades of Midnight Blue #131581

Tints of Midnight Blue #131581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.43%

 BLUE value IS 129 (50.78% from 255) = 76.33%

R = 11.24%
G = 12.43%
B = 76.33%

CMYK

 C value IS 0.85

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#131581 (or 0x131581) is known color: Midnight Blue. HEX triplet: 13, 15 and 81. RGB value is (19,21,129). Sum of RGB (Red+Green+Blue) = 19+21+129=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 129 (50.78% from 255 or 76.33% from 169); Max value from RGB is 129 - color contains mainly: blue. Hex color #131581 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131581 is #ECEA7E. Grayscale: #202020. Windows color (decimal): -15526527 or 8459539. OLE color: 8459539.

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

Color convert

RGB 19 21 129 -
CMYK 0.85 0.84 0 0.49
HSL 238.91º 0.74% 0.29% -
HSV(B) 238.91º 0.85% 0.51% -
XYZ 4.5 2.26 20.97 -
YUV 32.71 182.34 118.22 -
System Red Green Blue C M Y K H S L
Decimal 19 21 129 0.85 0.84 0 0.49 238.91 0.74 0.29
Hex 13 15 81 55 54 0 31 EF 4A 1D
Octal 23 25 201 125 124 0 61 357 112 35
Binary 10011 10101 10000001 1010101 1010100 0 110001 11101111 1001010 11101

Color Harmonies of #131581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131581

Black with #131581

Text Example


Text Example

White with #131581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131581; }

 p { color: rgb(19,21,129); }

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

background-color css

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

 a { background-color: rgb(19,21,129); }

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

border-color css

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

 span { border-color: rgb(19,21,129); }

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