#020A97

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

Shades of New Midnight Blue #020A97

Tints of New Midnight Blue #020A97

Color information

#020A97 (or 0x020A97) is unknown color: approx New Midnight Blue. HEX triplet: 02, 0A and 97. RGB value is (2,10,151). Sum of RGB (Red+Green+Blue) = 2+10+151=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 151 (59.38% from 255 or 92.64% from 163); Max value from RGB is 151 - color contains mainly: blue. Hex color #020A97 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A97 is #FDF568. Grayscale: #171717. Windows color (decimal): -16643433 or 9898498. OLE color: 9898498.

HSL color Cylindrical-coordinate representation of color #020A97: hue angle of 236.78º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020A97 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB210151-
CMYK0.990.9300.41
HSL236.78º97.39%30%-
HSV(B)236.78º98.68%59.22%-
XYZ5.722.4629.45-
YUV23.68199.85112.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 10 (4.30% from 255) = 6.13%
BLUE value IS 151 (59.38% from 255) = 92.64%
R=1.23%
G=6.13%
B=92.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2101510.990.9300.41236.7897.3930
Hex2A97635D029ed611e
Octal21222714313505135514136
Binary1010101001011111000111011101010100111101101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020A97; }

 p { color: rgb(2,10,151); }

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

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

 a { background-color: rgb(2,10,151); }

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

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

 span { border-color: rgb(2,10,151); }

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