Html Css Color HEX #070160 Navy

📋 copy color: '#070160'

red 7 ◦ green 1 ◦ blue 96

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

Shades of Navy #070160

Tints of Navy #070160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

 BLUE value IS 96 (37.89% from 255) = 92.31%

R = 6.73%
G = 0.96%
B = 92.31%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#070160 (or 0x070160) is known color: Navy. HEX triplet: 07, 01 and 60. RGB value is (7,1,96). Sum of RGB (Red+Green+Blue) = 7+1+96=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 96 (37.89% from 255 or 92.31% from 104); Max value from RGB is 96 - color contains mainly: blue. Hex color #070160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070160 is #F8FE9F. Grayscale: #0D0D0D. Windows color (decimal): -16318112 or 6291719. OLE color: 6291719.

HSL color Cylindrical-coordinate representation of color #070160: hue angle of 243.79º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070160 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 1 96 -
CMYK 0.93 0.99 0 0.62
HSL 243.79º 0.98% 0.19% -
HSV(B) 243.79º 0.99% 0.38% -
XYZ 2.21 0.91 11.13 -
YUV 13.62 174.49 123.28 -
System Red Green Blue C M Y K H S L
Decimal 7 1 96 0.93 0.99 0 0.62 243.79 0.98 0.19
Hex 7 1 60 5D 63 0 3E F4 62 13
Octal 7 1 140 135 143 0 76 364 142 23
Binary 111 1 1100000 1011101 1100011 0 111110 11110100 1100010 10011

Color Harmonies of #070160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070160

Black with #070160

Text Example


Text Example

White with #070160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070160; }

 p { color: rgb(7,1,96); }

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

background-color css

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

 a { background-color: rgb(7,1,96); }

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

border-color css

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

 span { border-color: rgb(7,1,96); }

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