Html Css Color HEX #131E73 Midnight Blue

📋 copy color: '#131E73'

red 19 ◦ green 30 ◦ blue 115

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

Shades of Midnight Blue #131E73

Tints of Midnight Blue #131E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 70.12%

R = 11.59%
G = 18.29%
B = 70.12%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#131E73 (or 0x131E73) is known color: Midnight Blue. HEX triplet: 13, 1E and 73. RGB value is (19,30,115). Sum of RGB (Red+Green+Blue) = 19+30+115=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 115 (45.31% from 255 or 70.12% from 164); Max value from RGB is 115 - color contains mainly: blue. Hex color #131E73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E73 is #ECE18C. Grayscale: #242424. Windows color (decimal): -15524237 or 7544339. OLE color: 7544339.

HSL color Cylindrical-coordinate representation of color #131E73: hue angle of 233.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131E73 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 30 115 -
CMYK 0.83 0.74 0 0.55
HSL 233.13º 0.72% 0.26% -
HSV(B) 233.13º 0.83% 0.45% -
XYZ 3.83 2.3 16.46 -
YUV 36.4 172.36 115.59 -
System Red Green Blue C M Y K H S L
Decimal 19 30 115 0.83 0.74 0 0.55 233.13 0.72 0.26
Hex 13 1E 73 53 4A 0 37 E9 48 1A
Octal 23 36 163 123 112 0 67 351 110 32
Binary 10011 11110 1110011 1010011 1001010 0 110111 11101001 1001000 11010

Color Harmonies of #131E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E73

Black with #131E73

Text Example


Text Example

White with #131E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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