Html Css Color HEX #070570 Navy

📋 copy color: '#070570'

red 7 ◦ green 5 ◦ blue 112

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

Shades of Navy #070570

Tints of Navy #070570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.03%

 BLUE value IS 112 (44.14% from 255) = 90.32%

R = 5.65%
G = 4.03%
B = 90.32%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#070570 (or 0x070570) is known color: Navy. HEX triplet: 07, 05 and 70. RGB value is (7,5,112). Sum of RGB (Red+Green+Blue) = 7+5+112=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 112 (44.14% from 255 or 90.32% from 124); Max value from RGB is 112 - color contains mainly: blue. Hex color #070570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070570 is #F8FA8F. Grayscale: #111111. Windows color (decimal): -16317072 or 7341319. OLE color: 7341319.

HSL color Cylindrical-coordinate representation of color #070570: hue angle of 241.12º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070570 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 5 112 -
CMYK 0.94 0.96 0 0.56
HSL 241.12º 0.91% 0.23% -
HSV(B) 241.12º 0.96% 0.44% -
XYZ 3.07 1.32 15.42 -
YUV 17.8 181.16 120.3 -
System Red Green Blue C M Y K H S L
Decimal 7 5 112 0.94 0.96 0 0.56 241.12 0.91 0.23
Hex 7 5 70 5E 60 0 38 F1 5B 17
Octal 7 5 160 136 140 0 70 361 133 27
Binary 111 101 1110000 1011110 1100000 0 111000 11110001 1011011 10111

Color Harmonies of #070570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070570

Black with #070570

Text Example


Text Example

White with #070570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070570; }

 p { color: rgb(7,5,112); }

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

background-color css

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

 a { background-color: rgb(7,5,112); }

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

border-color css

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

 span { border-color: rgb(7,5,112); }

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