Html Css Color HEX #131E81 Midnight Blue

📋 copy color: '#131E81'

red 19 ◦ green 30 ◦ blue 129

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

Shades of Midnight Blue #131E81

Tints of Midnight Blue #131E81

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.85%

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

R = 10.67%
G = 16.85%
B = 72.47%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#131E81 (or 0x131E81) is known color: Midnight Blue. HEX triplet: 13, 1E and 81. RGB value is (19,30,129). Sum of RGB (Red+Green+Blue) = 19+30+129=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 129 (50.78% from 255 or 72.47% from 178); Max value from RGB is 129 - color contains mainly: blue. Hex color #131E81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131E81 is #ECE17E. Grayscale: #252525. Windows color (decimal): -15524223 or 8461843. OLE color: 8461843.

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

Color convert

RGB 19 30 129 -
CMYK 0.85 0.77 0 0.49
HSL 234º 0.74% 0.29% -
HSV(B) 234º 0.85% 0.51% -
XYZ 4.7 2.65 21.03 -
YUV 38 179.36 114.45 -
System Red Green Blue C M Y K H S L
Decimal 19 30 129 0.85 0.77 0 0.49 234 0.74 0.29
Hex 13 1E 81 55 4D 0 31 EA 4A 1D
Octal 23 36 201 125 115 0 61 352 112 35
Binary 10011 11110 10000001 1010101 1001101 0 110001 11101010 1001010 11101

Color Harmonies of #131E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E81

Black with #131E81

Text Example


Text Example

White with #131E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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