#192072

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

Shades of Midnight Blue #192072

Tints of Midnight Blue #192072

Color information

#192072 (or 0x192072) is unknown color: approx Midnight Blue. HEX triplet: 19, 20 and 72. RGB value is (25,32,114). Sum of RGB (Red+Green+Blue) = 25+32+114=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #192072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192072 is #E6DF8D. Grayscale: #262626. Windows color (decimal): -15130510 or 7479321. OLE color: 7479321.

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

Color convert

RGB2532114-
CMYK0.780.7200.55
HSL235.28º64.03%27.25%-
HSV(B)235.28º78.07%44.71%-
XYZ3.952.4516.18-
YUV39.26170.18117.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.62%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 114 (44.92% from 255) = 66.67%
R=14.62%
G=18.71%
B=66.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25321140.780.7200.55235.2864.0327.25
Hex1920724E48037eb401b
Octal314016211611006735310033
Binary11001100000111001010011101001000011011111101011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192072; }

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

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

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

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

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

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

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

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