#131572

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

Shades of Midnight Blue #131572

Tints of Midnight Blue #131572

Color information

#131572 (or 0x131572) is unknown color: approx Midnight Blue. HEX triplet: 13, 15 and 72. RGB value is (19,21,114). Sum of RGB (Red+Green+Blue) = 19+21+114=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #131572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131572 is #ECEA8D. Grayscale: #1E1E1E. Windows color (decimal): -15526542 or 7476499. OLE color: 7476499.

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

Color convert

RGB1921114-
CMYK0.830.8200.55
HSL238.74º71.43%26.08%-
HSV(B)238.74º83.33%44.71%-
XYZ3.571.8916.1-
YUV31174.84119.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 114 (44.92% from 255) = 74.03%
R=12.34%
G=13.64%
B=74.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19211140.830.8200.55238.7471.4326.08
Hex1315725352037ef471a
Octal232516212312206735710732
Binary1001110101111001010100111010010011011111101111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131572; }

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

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

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

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

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

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

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

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