Html Css Color HEX #020178 Navy

📋 copy color: '#020178'

red 2 ◦ green 1 ◦ blue 120

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

Shades of Navy #020178

Tints of Navy #020178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 97.56%

R = 1.63%
G = 0.81%
B = 97.56%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#020178 (or 0x020178) is known color: Navy. HEX triplet: 02, 01 and 78. RGB value is (2,1,120). Sum of RGB (Red+Green+Blue) = 2+1+120=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 120 (47.27% from 255 or 97.56% from 123); Max value from RGB is 120 - color contains mainly: blue. Hex color #020178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020178 is #FDFE87. Grayscale: #0E0E0E. Windows color (decimal): -16645768 or 7864578. OLE color: 7864578.

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

Color convert

RGB 2 1 120 -
CMYK 0.98 0.99 0 0.53
HSL 240.5º 0.98% 0.24% -
HSV(B) 240.5º 0.99% 0.47% -
XYZ 3.43 1.39 17.86 -
YUV 14.87 187.33 118.82 -
System Red Green Blue C M Y K H S L
Decimal 2 1 120 0.98 0.99 0 0.53 240.5 0.98 0.24
Hex 2 1 78 62 63 0 35 F1 62 18
Octal 2 1 170 142 143 0 65 361 142 30
Binary 10 1 1111000 1100010 1100011 0 110101 11110001 1100010 11000

Color Harmonies of #020178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020178

Black with #020178

Text Example


Text Example

White with #020178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020178; }

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

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

background-color css

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

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

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

border-color css

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

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

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