#192470

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

Shades of Midnight Blue #192470

Tints of Midnight Blue #192470

Color information

#192470 (or 0x192470) is unknown color: approx Midnight Blue. HEX triplet: 19, 24 and 70. RGB value is (25,36,112). Sum of RGB (Red+Green+Blue) = 25+36+112=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #192470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192470 is #E6DB8F. Grayscale: #292929. Windows color (decimal): -15129488 or 7349273. OLE color: 7349273.

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

Color convert

RGB2536112-
CMYK0.780.6800.56
HSL232.41º63.5%26.86%-
HSV(B)232.41º77.68%43.92%-
XYZ3.962.6415.63-
YUV41.38167.86116.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 112 (44.14% from 255) = 64.74%
R=14.45%
G=20.81%
B=64.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25361120.780.6800.56232.4163.526.86
Hex1924704E44038e8401b
Octal314416011610407035010033
Binary11001100100111000010011101000100011100011101000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192470; }

 p { color: rgb(25,36,112); }

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

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

 a { background-color: rgb(25,36,112); }

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

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

 span { border-color: rgb(25,36,112); }

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