#131E76

Color #131E76 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #131E76

Tints of Midnight Blue #131E76

Color information

#131E76 (or 0x131E76) is unknown color: approx Midnight Blue. HEX triplet: 13, 1E and 76. RGB value is (19,30,118). Sum of RGB (Red+Green+Blue) = 19+30+118=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #131E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E76 is #ECE189. Grayscale: #242424. Windows color (decimal): -15524234 or 7740947. OLE color: 7740947.

HSL color Cylindrical-coordinate representation of color #131E76: hue angle of 233.33º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131E76 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1930118-
CMYK0.840.7500.54
HSL233.33º72.26%26.86%-
HSV(B)233.33º83.9%46.27%-
XYZ42.3717.39-
YUV36.74173.86115.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 30 (12.11% from 255) = 17.96%
BLUE value IS 118 (46.48% from 255) = 70.66%
R=11.38%
G=17.96%
B=70.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19301180.840.7500.54233.3372.2626.86
Hex131E76544B036e9481b
Octal233616612411306635111033
Binary1001111110111011010101001001011011011011101001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #131E76;
 }
 .AnyTagClassName
 {
   color: #131E76;
 }
</style>
background-color css

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

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

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

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

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

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