Html Css Color HEX #070575 Navy

📋 copy color: '#070575'

red 7 ◦ green 5 ◦ blue 117

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

Shades of Navy #070575

Tints of Navy #070575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 90.7%

R = 5.43%
G = 3.88%
B = 90.7%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#070575 (or 0x070575) is known color: Navy. HEX triplet: 07, 05 and 75. RGB value is (7,5,117). Sum of RGB (Red+Green+Blue) = 7+5+117=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 117 (46.09% from 255 or 90.70% from 129); Max value from RGB is 117 - color contains mainly: blue. Hex color #070575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070575 is #F8FA8A. Grayscale: #111111. Windows color (decimal): -16317067 or 7668999. OLE color: 7668999.

HSL color Cylindrical-coordinate representation of color #070575: hue angle of 241.07º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070575 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 5 117 -
CMYK 0.94 0.96 0 0.54
HSL 241.07º 0.92% 0.24% -
HSV(B) 241.07º 0.96% 0.46% -
XYZ 3.35 1.44 16.93 -
YUV 18.37 183.66 119.89 -
System Red Green Blue C M Y K H S L
Decimal 7 5 117 0.94 0.96 0 0.54 241.07 0.92 0.24
Hex 7 5 75 5E 60 0 36 F1 5C 18
Octal 7 5 165 136 140 0 66 361 134 30
Binary 111 101 1110101 1011110 1100000 0 110110 11110001 1011100 11000

Color Harmonies of #070575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070575

Black with #070575

Text Example


Text Example

White with #070575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070575; }

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

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

background-color css

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

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

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

border-color css

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

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

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