Html Css Color HEX #070279 Navy

📋 copy color: '#070279'

red 7 ◦ green 2 ◦ blue 121

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

Shades of Navy #070279

Tints of Navy #070279

RGB

 RED value IS 7 (3.13% from 255) = 5.38%

 GREEN value IS 2 (1.17% from 255) = 1.54%

 BLUE value IS 121 (47.66% from 255) = 93.08%

R = 5.38%
G = 1.54%
B = 93.08%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#070279 (or 0x070279) is known color: Navy. HEX triplet: 07, 02 and 79. RGB value is (7,2,121). Sum of RGB (Red+Green+Blue) = 7+2+121=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 121 (47.66% from 255 or 93.08% from 130); Max value from RGB is 121 - color contains mainly: blue. Hex color #070279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070279 is #F8FD86. Grayscale: #101010. Windows color (decimal): -16317831 or 7930375. OLE color: 7930375.

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

Color convert

RGB 7 2 121 -
CMYK 0.94 0.98 0 0.53
HSL 242.52º 0.97% 0.24% -
HSV(B) 242.52º 0.98% 0.47% -
XYZ 3.56 1.47 18.19 -
YUV 17.06 186.66 120.82 -
System Red Green Blue C M Y K H S L
Decimal 7 2 121 0.94 0.98 0 0.53 242.52 0.97 0.24
Hex 7 2 79 5E 62 0 35 F3 61 18
Octal 7 2 171 136 142 0 65 363 141 30
Binary 111 10 1111001 1011110 1100010 0 110101 11110011 1100001 11000

Color Harmonies of #070279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070279

Black with #070279

Text Example


Text Example

White with #070279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070279; }

 p { color: rgb(7,2,121); }

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

background-color css

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

 a { background-color: rgb(7,2,121); }

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

border-color css

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

 span { border-color: rgb(7,2,121); }

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