#192166

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

Shades of Midnight Blue #192166

Tints of Midnight Blue #192166

Color information

#192166 (or 0x192166) is unknown color: approx Midnight Blue. HEX triplet: 19, 21 and 66. RGB value is (25,33,102). Sum of RGB (Red+Green+Blue) = 25+33+102=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 102 (40.23% from 255 or 63.75% from 160); Max value from RGB is 102 - color contains mainly: blue. Hex color #192166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192166 is #E6DE99. Grayscale: #262626. Windows color (decimal): -15130266 or 6693145. OLE color: 6693145.

HSL color Cylindrical-coordinate representation of color #192166: hue angle of 233.77º 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 #192166 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2533102-
CMYK0.750.6800.6
HSL233.77º60.63%24.9%-
HSV(B)233.77º75.49%40%-
XYZ3.342.2512.83-
YUV38.47163.85118.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 102 (40.23% from 255) = 63.75%
R=15.62%
G=20.62%
B=63.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25331020.750.6800.6233.7760.6324.9
Hex1921664B4403Cea3d19
Octal31411461131040743527531
Binary1100110000111001101001011100010001111001110101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192166; }

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

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

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

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

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

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

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

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