Html Css Color HEX #020674 Navy

📋 copy color: '#020674'

red 2 ◦ green 6 ◦ blue 116

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

Shades of Navy #020674

Tints of Navy #020674

RGB

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

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

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

R = 1.61%
G = 4.84%
B = 93.55%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020674 (or 0x020674) is known color: Navy. HEX triplet: 02, 06 and 74. RGB value is (2,6,116). Sum of RGB (Red+Green+Blue) = 2+6+116=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 116 (45.70% from 255 or 93.55% from 124); Max value from RGB is 116 - color contains mainly: blue. Hex color #020674 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020674 is #FDF98B. Grayscale: #101010. Windows color (decimal): -16644492 or 7603714. OLE color: 7603714.

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

Color convert

RGB 2 6 116 -
CMYK 0.98 0.95 0 0.55
HSL 237.89º 0.97% 0.23% -
HSV(B) 237.89º 0.98% 0.45% -
XYZ 3.24 1.4 16.62 -
YUV 17.34 183.67 117.06 -
System Red Green Blue C M Y K H S L
Decimal 2 6 116 0.98 0.95 0 0.55 237.89 0.97 0.23
Hex 2 6 74 62 5F 0 37 EE 61 17
Octal 2 6 164 142 137 0 67 356 141 27
Binary 10 110 1110100 1100010 1011111 0 110111 11101110 1100001 10111

Color Harmonies of #020674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020674

Black with #020674

Text Example


Text Example

White with #020674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020674; }

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

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

background-color css

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

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

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

border-color css

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

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

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