Html Css Color HEX #131781 Midnight Blue

📋 copy color: '#131781'

red 19 ◦ green 23 ◦ blue 129

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

Shades of Midnight Blue #131781

Tints of Midnight Blue #131781

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

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

R = 11.11%
G = 13.45%
B = 75.44%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#131781 (or 0x131781) is known color: Midnight Blue. HEX triplet: 13, 17 and 81. RGB value is (19,23,129). Sum of RGB (Red+Green+Blue) = 19+23+129=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 129 (50.78% from 255 or 75.44% from 171); Max value from RGB is 129 - color contains mainly: blue. Hex color #131781 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131781 is #ECE87E. Grayscale: #212121. Windows color (decimal): -15526015 or 8460051. OLE color: 8460051.

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

Color convert

RGB 19 23 129 -
CMYK 0.85 0.82 0 0.49
HSL 237.82º 0.74% 0.29% -
HSV(B) 237.82º 0.85% 0.51% -
XYZ 4.54 2.34 20.98 -
YUV 33.89 181.67 117.38 -
System Red Green Blue C M Y K H S L
Decimal 19 23 129 0.85 0.82 0 0.49 237.82 0.74 0.29
Hex 13 17 81 55 52 0 31 EE 4A 1D
Octal 23 27 201 125 122 0 61 356 112 35
Binary 10011 10111 10000001 1010101 1010010 0 110001 11101110 1001010 11101

Color Harmonies of #131781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131781

Black with #131781

Text Example


Text Example

White with #131781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131781; }

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

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

background-color css

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

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

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

border-color css

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

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

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