Html Css Color HEX #070875 Navy

📋 copy color: '#070875'

red 7 ◦ green 8 ◦ blue 117

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

Shades of Navy #070875

Tints of Navy #070875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.06%

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

R = 5.3%
G = 6.06%
B = 88.64%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#070875 (or 0x070875) is known color: Navy. HEX triplet: 07, 08 and 75. RGB value is (7,8,117). Sum of RGB (Red+Green+Blue) = 7+8+117=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 117 (46.09% from 255 or 88.64% from 132); Max value from RGB is 117 - color contains mainly: blue. Hex color #070875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070875 is #F8F78A. Grayscale: #131313. Windows color (decimal): -16316299 or 7669767. OLE color: 7669767.

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

Color convert

RGB 7 8 117 -
CMYK 0.94 0.93 0 0.54
HSL 239.45º 0.89% 0.24% -
HSV(B) 239.45º 0.94% 0.46% -
XYZ 3.39 1.5 16.94 -
YUV 20.13 182.67 118.64 -
System Red Green Blue C M Y K H S L
Decimal 7 8 117 0.94 0.93 0 0.54 239.45 0.89 0.24
Hex 7 8 75 5E 5D 0 36 EF 59 18
Octal 7 10 165 136 135 0 66 357 131 30
Binary 111 1000 1110101 1011110 1011101 0 110110 11101111 1011001 11000

Color Harmonies of #070875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070875

Black with #070875

Text Example


Text Example

White with #070875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070875; }

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

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

background-color css

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

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

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

border-color css

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

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

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