Html Css Color HEX #020685 Navy

📋 copy color: '#020685'

red 2 ◦ green 6 ◦ blue 133

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

Shades of Navy #020685

Tints of Navy #020685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.26%

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

R = 1.42%
G = 4.26%
B = 94.33%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#020685 (or 0x020685) is known color: Navy. HEX triplet: 02, 06 and 85. RGB value is (2,6,133). Sum of RGB (Red+Green+Blue) = 2+6+133=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 133 (52.34% from 255 or 94.33% from 141); Max value from RGB is 133 - color contains mainly: blue. Hex color #020685 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020685 is #FDF97A. Grayscale: #121212. Windows color (decimal): -16644475 or 8717826. OLE color: 8717826.

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

Color convert

RGB 2 6 133 -
CMYK 0.98 0.95 0 0.48
HSL 238.17º 0.97% 0.26% -
HSV(B) 238.17º 0.98% 0.52% -
XYZ 4.32 1.84 22.32 -
YUV 19.28 192.17 115.67 -
System Red Green Blue C M Y K H S L
Decimal 2 6 133 0.98 0.95 0 0.48 238.17 0.97 0.26
Hex 2 6 85 62 5F 0 30 EE 61 1A
Octal 2 6 205 142 137 0 60 356 141 32
Binary 10 110 10000101 1100010 1011111 0 110000 11101110 1100001 11010

Color Harmonies of #020685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020685

Black with #020685

Text Example


Text Example

White with #020685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020685; }

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

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

background-color css

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

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

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

border-color css

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

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

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