Html Css Color HEX #020275 Navy

📋 copy color: '#020275'

red 2 ◦ green 2 ◦ blue 117

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

Shades of Navy #020275

Tints of Navy #020275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 96.69%

R = 1.65%
G = 1.65%
B = 96.69%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#020275 (or 0x020275) is known color: Navy. HEX triplet: 02, 02 and 75. RGB value is (2,2,117). Sum of RGB (Red+Green+Blue) = 2+2+117=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 117 (46.09% from 255 or 96.69% from 121); Max value from RGB is 117 - color contains mainly: blue. Hex color #020275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020275 is #FDFD8A. Grayscale: #0E0E0E. Windows color (decimal): -16645515 or 7668226. OLE color: 7668226.

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

Color convert

RGB 2 2 117 -
CMYK 0.98 0.98 0 0.54
HSL 240º 0.97% 0.23% -
HSV(B) 240º 0.98% 0.46% -
XYZ 3.26 1.34 16.92 -
YUV 15.11 185.5 118.65 -
System Red Green Blue C M Y K H S L
Decimal 2 2 117 0.98 0.98 0 0.54 240 0.97 0.23
Hex 2 2 75 62 62 0 36 F0 61 17
Octal 2 2 165 142 142 0 66 360 141 27
Binary 10 10 1110101 1100010 1100010 0 110110 11110000 1100001 10111

Color Harmonies of #020275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020275

Black with #020275

Text Example


Text Example

White with #020275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020275; }

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

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

background-color css

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

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

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

border-color css

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

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

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