#192066

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

Shades of Midnight Blue #192066

Tints of Midnight Blue #192066

Color information

#192066 (or 0x192066) is unknown color: approx Midnight Blue. HEX triplet: 19, 20 and 66. RGB value is (25,32,102). Sum of RGB (Red+Green+Blue) = 25+32+102=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 102 (40.23% from 255 or 64.15% from 159); Max value from RGB is 102 - color contains mainly: blue. Hex color #192066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192066 is #E6DF99. Grayscale: #252525. Windows color (decimal): -15130522 or 6692889. OLE color: 6692889.

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

Color convert

RGB2532102-
CMYK0.750.6900.6
HSL234.55º60.63%24.9%-
HSV(B)234.55º75.49%40%-
XYZ3.322.212.82-
YUV37.89164.18118.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 102 (40.23% from 255) = 64.15%
R=15.72%
G=20.13%
B=64.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25321020.750.6900.6234.5560.6324.9
Hex1920664B4503Ceb3d19
Octal31401461131050743537531
Binary1100110000011001101001011100010101111001110101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192066; }

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

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

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

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

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

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

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

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