Html Css Color HEX #020174 Navy

📋 copy color: '#020174'

red 2 ◦ green 1 ◦ blue 116

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

Shades of Navy #020174

Tints of Navy #020174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.84%

 BLUE value IS 116 (45.7% from 255) = 97.48%

R = 1.68%
G = 0.84%
B = 97.48%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020174 (or 0x020174) is known color: Navy. HEX triplet: 02, 01 and 74. RGB value is (2,1,116). Sum of RGB (Red+Green+Blue) = 2+1+116=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 116 (45.70% from 255 or 97.48% from 119); Max value from RGB is 116 - color contains mainly: blue. Hex color #020174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020174 is #FDFE8B. Grayscale: #0D0D0D. Windows color (decimal): -16645772 or 7602434. OLE color: 7602434.

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

Color convert

RGB 2 1 116 -
CMYK 0.98 0.99 0 0.55
HSL 240.52º 0.98% 0.23% -
HSV(B) 240.52º 0.99% 0.45% -
XYZ 3.19 1.3 16.61 -
YUV 14.41 185.33 119.15 -
System Red Green Blue C M Y K H S L
Decimal 2 1 116 0.98 0.99 0 0.55 240.52 0.98 0.23
Hex 2 1 74 62 63 0 37 F1 62 17
Octal 2 1 164 142 143 0 67 361 142 27
Binary 10 1 1110100 1100010 1100011 0 110111 11110001 1100010 10111

Color Harmonies of #020174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020174

Black with #020174

Text Example


Text Example

White with #020174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020174; }

 p { color: rgb(2,1,116); }

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

background-color css

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

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

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

border-color css

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

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

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