Html Css Color HEX #020497 New Midnight Blue

📋 copy color: '#020497'

red 2 ◦ green 4 ◦ blue 151

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

Shades of New Midnight Blue #020497

Tints of New Midnight Blue #020497

RGB

 RED value IS 2 (1.17% from 255) = 1.27%

 GREEN value IS 4 (1.95% from 255) = 2.55%

 BLUE value IS 151 (59.38% from 255) = 96.18%

R = 1.27%
G = 2.55%
B = 96.18%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#020497 (or 0x020497) is known color: New Midnight Blue. HEX triplet: 02, 04 and 97. RGB value is (2,4,151). Sum of RGB (Red+Green+Blue) = 2+4+151=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 151 (59.38% from 255 or 96.18% from 157); Max value from RGB is 151 - color contains mainly: blue. Hex color #020497 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020497 is #FDFB68. Grayscale: #131313. Windows color (decimal): -16644969 or 9896962. OLE color: 9896962.

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

Color convert

RGB 2 4 151 -
CMYK 0.99 0.97 0 0.41
HSL 239.19º 0.97% 0.3% -
HSV(B) 239.19º 0.99% 0.59% -
XYZ 5.65 2.33 29.43 -
YUV 20.16 201.84 115.05 -
System Red Green Blue C M Y K H S L
Decimal 2 4 151 0.99 0.97 0 0.41 239.19 0.97 0.3
Hex 2 4 97 63 61 0 29 EF 61 1E
Octal 2 4 227 143 141 0 51 357 141 36
Binary 10 100 10010111 1100011 1100001 0 101001 11101111 1100001 11110

Color Harmonies of #020497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020497

Black with #020497

Text Example


Text Example

White with #020497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020497; }

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

 H1.HeaderClassName
 {
   color: #020497;
 }
 .AnyTagClassName
 {
   color: #020497;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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