#131872

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

Shades of Midnight Blue #131872

Tints of Midnight Blue #131872

Color information

#131872 (or 0x131872) is unknown color: approx Midnight Blue. HEX triplet: 13, 18 and 72. RGB value is (19,24,114). Sum of RGB (Red+Green+Blue) = 19+24+114=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 114 (44.92% from 255 or 72.61% from 157); Max value from RGB is 114 - color contains mainly: blue. Hex color #131872 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131872 is #ECE78D. Grayscale: #202020. Windows color (decimal): -15525774 or 7477267. OLE color: 7477267.

HSL color Cylindrical-coordinate representation of color #131872: hue angle of 236.84º degrees, saturation: 0.71, 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 #131872 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1924114-
CMYK0.830.7900.55
HSL236.84º71.43%26.08%-
HSV(B)236.84º83.33%44.71%-
XYZ3.632.0116.12-
YUV32.76173.84118.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 114 (44.92% from 255) = 72.61%
R=12.10%
G=15.29%
B=72.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19241140.830.7900.55236.8471.4326.08
Hex131872534F037ed471a
Octal233016212311706735510732
Binary1001111000111001010100111001111011011111101101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131872; }

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

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

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

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

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

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

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

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