Html Css Color HEX #020273 Navy

📋 copy color: '#020273'

red 2 ◦ green 2 ◦ blue 115

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

Shades of Navy #020273

Tints of Navy #020273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.68%

 BLUE value IS 115 (45.31% from 255) = 96.64%

R = 1.68%
G = 1.68%
B = 96.64%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020273 (or 0x020273) is known color: Navy. HEX triplet: 02, 02 and 73. RGB value is (2,2,115). Sum of RGB (Red+Green+Blue) = 2+2+115=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 115 (45.31% from 255 or 96.64% from 119); Max value from RGB is 115 - color contains mainly: blue. Hex color #020273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020273 is #FDFD8C. Grayscale: #0E0E0E. Windows color (decimal): -16645517 or 7537154. OLE color: 7537154.

HSL color Cylindrical-coordinate representation of color #020273: hue angle of 240º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020273 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 2 115 -
CMYK 0.98 0.98 0 0.55
HSL 240º 0.97% 0.23% -
HSV(B) 240º 0.98% 0.45% -
XYZ 3.14 1.29 16.3 -
YUV 14.88 184.5 118.81 -
System Red Green Blue C M Y K H S L
Decimal 2 2 115 0.98 0.98 0 0.55 240 0.97 0.23
Hex 2 2 73 62 62 0 37 F0 61 17
Octal 2 2 163 142 142 0 67 360 141 27
Binary 10 10 1110011 1100010 1100010 0 110111 11110000 1100001 10111

Color Harmonies of #020273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020273

Black with #020273

Text Example


Text Example

White with #020273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020273; }

 p { color: rgb(2,2,115); }

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

background-color css

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

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

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

border-color css

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

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

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