Html Css Color HEX #070679 Navy

📋 copy color: '#070679'

red 7 ◦ green 6 ◦ blue 121

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

Shades of Navy #070679

Tints of Navy #070679

RGB

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

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

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

R = 5.22%
G = 4.48%
B = 90.3%

CMYK

 C value IS 0.94

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#070679 (or 0x070679) is known color: Navy. HEX triplet: 07, 06 and 79. RGB value is (7,6,121). Sum of RGB (Red+Green+Blue) = 7+6+121=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 121 (47.66% from 255 or 90.30% from 134); Max value from RGB is 121 - color contains mainly: blue. Hex color #070679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070679 is #F8F986. Grayscale: #121212. Windows color (decimal): -16316807 or 7931399. OLE color: 7931399.

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

Color convert

RGB 7 6 121 -
CMYK 0.94 0.95 0 0.53
HSL 240.52º 0.91% 0.25% -
HSV(B) 240.52º 0.95% 0.47% -
XYZ 3.6 1.56 18.2 -
YUV 19.41 185.33 119.15 -
System Red Green Blue C M Y K H S L
Decimal 7 6 121 0.94 0.95 0 0.53 240.52 0.91 0.25
Hex 7 6 79 5E 5F 0 35 F1 5B 19
Octal 7 6 171 136 137 0 65 361 133 31
Binary 111 110 1111001 1011110 1011111 0 110101 11110001 1011011 11001

Color Harmonies of #070679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070679

Black with #070679

Text Example


Text Example

White with #070679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070679; }

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

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

background-color css

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

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

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

border-color css

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

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

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