#190A62

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

Shades of Midnight Blue #190A62

Tints of Midnight Blue #190A62

Color information

#190A62 (or 0x190A62) is unknown color: approx Midnight Blue. HEX triplet: 19, 0A and 62. RGB value is (25,10,98). Sum of RGB (Red+Green+Blue) = 25+10+98=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 98 (38.67% from 255 or 73.68% from 133); Max value from RGB is 98 - color contains mainly: blue. Hex color #190A62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190A62 is #E6F59D. Grayscale: #181818. Windows color (decimal): -15136158 or 6425113. OLE color: 6425113.

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

Color convert

RGB251098-
CMYK0.740.9000.62
HSL250.23º81.48%21.18%-
HSV(B)250.23º89.8%38.43%-
XYZ2.711.3111.66-
YUV24.52169.47128.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.80%
GREEN value IS 10 (4.30% from 255) = 7.52%
BLUE value IS 98 (38.67% from 255) = 73.68%
R=18.80%
G=7.52%
B=73.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2510980.740.9000.62250.2381.4821.18
Hex19A624A5A03Efa5115
Octal311214211213207637212125
Binary110011010110001010010101011010011111011111010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190A62; }

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

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

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

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

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

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

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

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