#131772

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

Shades of Midnight Blue #131772

Tints of Midnight Blue #131772

Color information

#131772 (or 0x131772) is unknown color: approx Midnight Blue. HEX triplet: 13, 17 and 72. RGB value is (19,23,114). Sum of RGB (Red+Green+Blue) = 19+23+114=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 114 (44.92% from 255 or 73.08% from 156); Max value from RGB is 114 - color contains mainly: blue. Hex color #131772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131772 is #ECE88D. Grayscale: #1F1F1F. Windows color (decimal): -15526030 or 7477011. OLE color: 7477011.

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

Color convert

RGB1923114-
CMYK0.830.8000.55
HSL237.47º71.43%26.08%-
HSV(B)237.47º83.33%44.71%-
XYZ3.611.9716.11-
YUV32.18174.17118.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 23 (9.38% from 255) = 14.74%
BLUE value IS 114 (44.92% from 255) = 73.08%
R=12.18%
G=14.74%
B=73.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19231140.830.8000.55237.4771.4326.08
Hex1317725350037ed471a
Octal232716212312006735510732
Binary1001110111111001010100111010000011011111101101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131772; }

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

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

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

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

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

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

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

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