Html Css Color HEX #020675 Navy

📋 copy color: '#020675'

red 2 ◦ green 6 ◦ blue 117

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

Shades of Navy #020675

Tints of Navy #020675

RGB

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

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

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

R = 1.6%
G = 4.8%
B = 93.6%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#020675 (or 0x020675) is known color: Navy. HEX triplet: 02, 06 and 75. RGB value is (2,6,117). Sum of RGB (Red+Green+Blue) = 2+6+117=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 117 (46.09% from 255 or 93.6% from 125); Max value from RGB is 117 - color contains mainly: blue. Hex color #020675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020675 is #FDF98A. Grayscale: #111111. Windows color (decimal): -16644491 or 7669250. OLE color: 7669250.

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

Color convert

RGB 2 6 117 -
CMYK 0.98 0.95 0 0.54
HSL 237.91º 0.97% 0.23% -
HSV(B) 237.91º 0.98% 0.46% -
XYZ 3.3 1.43 16.93 -
YUV 17.46 184.17 116.97 -
System Red Green Blue C M Y K H S L
Decimal 2 6 117 0.98 0.95 0 0.54 237.91 0.97 0.23
Hex 2 6 75 62 5F 0 36 EE 61 17
Octal 2 6 165 142 137 0 66 356 141 27
Binary 10 110 1110101 1100010 1011111 0 110110 11101110 1100001 10111

Color Harmonies of #020675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020675

Black with #020675

Text Example


Text Example

White with #020675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020675; }

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

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

background-color css

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

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

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

border-color css

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

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

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