#190962

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

Shades of Midnight Blue #190962

Tints of Midnight Blue #190962

Color information

#190962 (or 0x190962) is unknown color: approx Midnight Blue. HEX triplet: 19, 09 and 62. RGB value is (25,9,98). Sum of RGB (Red+Green+Blue) = 25+9+98=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 98 (38.67% from 255 or 74.24% from 132); Max value from RGB is 98 - color contains mainly: blue. Hex color #190962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190962 is #E6F69D. Grayscale: #171717. Windows color (decimal): -15136414 or 6424857. OLE color: 6424857.

HSL color Cylindrical-coordinate representation of color #190962: hue angle of 250.79º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #190962 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB25998-
CMYK0.740.9100.62
HSL250.79º83.18%20.98%-
HSV(B)250.79º90.82%38.43%-
XYZ2.71.2811.66-
YUV23.93169.8128.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 98 (38.67% from 255) = 74.24%
R=18.94%
G=6.82%
B=74.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal259980.740.9100.62250.7983.1820.98
Hex199624A5B03Efb5315
Octal311114211213307637312325
Binary110011001110001010010101011011011111011111011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190962; }

 p { color: rgb(25,9,98); }

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

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

 a { background-color: rgb(25,9,98); }

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

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

 span { border-color: rgb(25,9,98); }

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