Html Css Color HEX #020997 New Midnight Blue

📋 copy color: '#020997'

red 2 ◦ green 9 ◦ blue 151

#020997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #020997

Tints of New Midnight Blue #020997

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 value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#020997 (or 0x020997) is known color: 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

RGB 2 9 151 -
CMYK 0.99 0.94 0 0.41
HSL 237.18º 0.97% 0.3% -
HSV(B) 237.18º 0.99% 0.59% -
XYZ 5.71 2.44 29.45 -
YUV 23.1 200.18 112.95 -
System Red Green Blue C M Y K H S L
Decimal 2 9 151 0.99 0.94 0 0.41 237.18 0.97 0.3
Hex 2 9 97 63 5E 0 29 ED 61 1E
Octal 2 11 227 143 136 0 51 355 141 36
Binary 10 1001 10010111 1100011 1011110 0 101001 11101101 1100001 11110

Color Harmonies of #020997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020997

Black with #020997

Text Example


Text Example

White with #020997

Text Example


Text Example

HTML Codes & Css Web 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>