#192063

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

Shades of Midnight Blue #192063

Tints of Midnight Blue #192063

Color information

#192063 (or 0x192063) is unknown color: approx Midnight Blue. HEX triplet: 19, 20 and 63. RGB value is (25,32,99). Sum of RGB (Red+Green+Blue) = 25+32+99=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #192063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192063 is #E6DF9C. Grayscale: #252525. Windows color (decimal): -15130525 or 6496281. OLE color: 6496281.

HSL color Cylindrical-coordinate representation of color #192063: hue angle of 234.32º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #192063 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB253299-
CMYK0.750.6800.61
HSL234.32º59.68%24.31%-
HSV(B)234.32º74.75%38.82%-
XYZ3.172.1412.05-
YUV37.54162.68119.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 32 (12.89% from 255) = 20.51%
BLUE value IS 99 (39.06% from 255) = 63.46%
R=16.03%
G=20.51%
B=63.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2532990.750.6800.61234.3259.6824.31
Hex1920634B4403Dea3c18
Octal31401431131040753527430
Binary1100110000011000111001011100010001111011110101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192063; }

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

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

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

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

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

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

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

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