#191572

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

Shades of Midnight Blue #191572

Tints of Midnight Blue #191572

Color information

#191572 (or 0x191572) is unknown color: approx Midnight Blue. HEX triplet: 19, 15 and 72. RGB value is (25,21,114). Sum of RGB (Red+Green+Blue) = 25+21+114=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 114 (44.92% from 255 or 71.25% from 160); Max value from RGB is 114 - color contains mainly: blue. Hex color #191572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191572 is #E6EA8D. Grayscale: #202020. Windows color (decimal): -15133326 or 7476505. OLE color: 7476505.

HSL color Cylindrical-coordinate representation of color #191572: hue angle of 242.58º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #191572 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2521114-
CMYK0.780.8200.55
HSL242.58º68.89%26.47%-
HSV(B)242.58º81.58%44.71%-
XYZ3.711.9616.1-
YUV32.8173.83122.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 114 (44.92% from 255) = 71.25%
R=15.62%
G=13.12%
B=71.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25211140.780.8200.55242.5868.8926.47
Hex1915724E52037f3451a
Octal312516211612206736310532
Binary1100110101111001010011101010010011011111110011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191572; }

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

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

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

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

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

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

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

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