Html Css Color HEX #020085 Navy

📋 copy color: '#020085'

red 2 ◦ green 0 ◦ blue 133

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

Shades of Navy #020085

Tints of Navy #020085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 98.52%

R = 1.48%
G = 0%
B = 98.52%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#020085 (or 0x020085) is known color: Navy. HEX triplet: 02, 00 and 85. RGB value is (2,0,133). Sum of RGB (Red+Green+Blue) = 2+0+133=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 133 (52.34% from 255 or 98.52% from 135); Max value from RGB is 133 - color contains mainly: blue. Hex color #020085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020085 is #FDFF7A. Grayscale: #0F0F0F. Windows color (decimal): -16646011 or 8716290. OLE color: 8716290.

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

Color convert

RGB 2 0 133 -
CMYK 0.98 1 0 0.48
HSL 240.9º 1% 0.26% -
HSV(B) 240.9º 1% 0.52% -
XYZ 4.26 1.71 22.3 -
YUV 15.76 194.16 118.19 -
System Red Green Blue C M Y K H S L
Decimal 2 0 133 0.98 1 0 0.48 240.9 1 0.26
Hex 2 0 85 62 64 0 30 F1 64 1A
Octal 2 0 205 142 144 0 60 361 144 32
Binary 10 0 10000101 1100010 1100100 0 110000 11110001 1100100 11010

Color Harmonies of #020085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020085

Black with #020085

Text Example


Text Example

White with #020085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020085; }

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

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

background-color css

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

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

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

border-color css

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

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

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