Html Css Color HEX #020075 Navy

📋 copy color: '#020075'

red 2 ◦ green 0 ◦ blue 117

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

Shades of Navy #020075

Tints of Navy #020075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 1.68%
G = 0%
B = 98.32%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#020075 (or 0x020075) is known color: Navy. HEX triplet: 02, 00 and 75. RGB value is (2,0,117). Sum of RGB (Red+Green+Blue) = 2+0+117=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 117 (46.09% from 255 or 98.32% from 119); Max value from RGB is 117 - color contains mainly: blue. Hex color #020075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020075 is #FDFF8A. Grayscale: #0D0D0D. Windows color (decimal): -16646027 or 7667714. OLE color: 7667714.

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

Color convert

RGB 2 0 117 -
CMYK 0.98 1 0 0.54
HSL 241.03º 1% 0.23% -
HSV(B) 241.03º 1% 0.46% -
XYZ 3.24 1.3 16.91 -
YUV 13.94 186.16 119.49 -
System Red Green Blue C M Y K H S L
Decimal 2 0 117 0.98 1 0 0.54 241.03 1 0.23
Hex 2 0 75 62 64 0 36 F1 64 17
Octal 2 0 165 142 144 0 66 361 144 27
Binary 10 0 1110101 1100010 1100100 0 110110 11110001 1100100 10111

Color Harmonies of #020075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020075

Black with #020075

Text Example


Text Example

White with #020075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020075; }

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

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

background-color css

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

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

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

border-color css

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

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

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