#020797

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

Shades of New Midnight Blue #020797

Tints of New Midnight Blue #020797

Color information

#020797 (or 0x020797) is unknown color: approx New Midnight Blue. HEX triplet: 02, 07 and 97. RGB value is (2,7,151). Sum of RGB (Red+Green+Blue) = 2+7+151=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 151 (59.38% from 255 or 94.38% from 160); Max value from RGB is 151 - color contains mainly: blue. Hex color #020797 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020797 is #FDF868. Grayscale: #151515. Windows color (decimal): -16644201 or 9897730. OLE color: 9897730.

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

Color convert

RGB27151-
CMYK0.990.9500.41
HSL237.99º97.39%30%-
HSV(B)237.99º98.68%59.22%-
XYZ5.692.429.44-
YUV21.92200.84113.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.25%
GREEN value IS 7 (3.12% from 255) = 4.38%
BLUE value IS 151 (59.38% from 255) = 94.38%
R=1.25%
G=4.38%
B=94.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal271510.990.9500.41237.9997.3930
Hex2797635F029ee611e
Octal2722714313705135614136
Binary101111001011111000111011111010100111101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020797; }

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

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

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

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

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

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

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

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