#020997

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

Shades of New Midnight Blue #020997

Tints of New Midnight Blue #020997

Color information

#020997 (or 0x020997) is unknown color: approx New Midnight Blue. HEX triplet: 02, 09 and 97. RGB value is (2,9,151). Sum of RGB (Red+Green+Blue) = 2+9+151=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 151 (59.38% from 255 or 93.21% from 162); Max value from RGB is 151 - color contains mainly: blue. Hex color #020997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020997 is #FDF668. Grayscale: #161616. Windows color (decimal): -16643689 or 9898242. OLE color: 9898242.

HSL color Cylindrical-coordinate representation of color #020997: hue angle of 237.18º 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 #020997 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB29151-
CMYK0.990.9400.41
HSL237.18º97.39%30%-
HSV(B)237.18º98.68%59.22%-
XYZ5.712.4429.45-
YUV23.1200.18112.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 151 (59.38% from 255) = 93.21%
R=1.23%
G=5.56%
B=93.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal291510.990.9400.41237.1897.3930
Hex2997635E029ed611e
Octal21122714313605135514136
Binary1010011001011111000111011110010100111101101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020997; }

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

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

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

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

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

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

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

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