#131876

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

Shades of Midnight Blue #131876

Tints of Midnight Blue #131876

Color information

#131876 (or 0x131876) is unknown color: approx Midnight Blue. HEX triplet: 13, 18 and 76. RGB value is (19,24,118). Sum of RGB (Red+Green+Blue) = 19+24+118=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #131876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131876 is #ECE789. Grayscale: #202020. Windows color (decimal): -15525770 or 7739411. OLE color: 7739411.

HSL color Cylindrical-coordinate representation of color #131876: hue angle of 236.97º 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 #131876 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1924118-
CMYK0.840.8000.54
HSL236.97º72.26%26.86%-
HSV(B)236.97º83.9%46.27%-
XYZ3.872.117.34-
YUV33.22175.84117.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 118 (46.48% from 255) = 73.29%
R=11.80%
G=14.91%
B=73.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19241180.840.8000.54236.9772.2626.86
Hex1318765450036ed481b
Octal233016612412006635511033
Binary1001111000111011010101001010000011011011101101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131876; }

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

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

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

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

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

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

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

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