Html Css Color HEX #020575 Navy

📋 copy color: '#020575'

red 2 ◦ green 5 ◦ blue 117

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

Shades of Navy #020575

Tints of Navy #020575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.03%

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

R = 1.61%
G = 4.03%
B = 94.35%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#020575 (or 0x020575) is known color: Navy. HEX triplet: 02, 05 and 75. RGB value is (2,5,117). Sum of RGB (Red+Green+Blue) = 2+5+117=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 117 (46.09% from 255 or 94.35% from 124); Max value from RGB is 117 - color contains mainly: blue. Hex color #020575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020575 is #FDFA8A. Grayscale: #101010. Windows color (decimal): -16644747 or 7668994. OLE color: 7668994.

HSL color Cylindrical-coordinate representation of color #020575: hue angle of 238.43º 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 #020575 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 5 117 -
CMYK 0.98 0.96 0 0.54
HSL 238.43º 0.97% 0.23% -
HSV(B) 238.43º 0.98% 0.46% -
XYZ 3.29 1.41 16.93 -
YUV 16.87 184.51 117.39 -
System Red Green Blue C M Y K H S L
Decimal 2 5 117 0.98 0.96 0 0.54 238.43 0.97 0.23
Hex 2 5 75 62 60 0 36 EE 61 17
Octal 2 5 165 142 140 0 66 356 141 27
Binary 10 101 1110101 1100010 1100000 0 110110 11101110 1100001 10111

Color Harmonies of #020575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020575

Black with #020575

Text Example


Text Example

White with #020575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020575; }

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

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

background-color css

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

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

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

border-color css

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

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

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