Html Css Color HEX #070978 Navy

📋 copy color: '#070978'

red 7 ◦ green 9 ◦ blue 120

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

Shades of Navy #070978

Tints of Navy #070978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.62%

 BLUE value IS 120 (47.27% from 255) = 88.24%

R = 5.15%
G = 6.62%
B = 88.24%

CMYK

 C value IS 0.94

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#070978 (or 0x070978) is known color: Navy. HEX triplet: 07, 09 and 78. RGB value is (7,9,120). Sum of RGB (Red+Green+Blue) = 7+9+120=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 120 (47.27% from 255 or 88.24% from 136); Max value from RGB is 120 - color contains mainly: blue. Hex color #070978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070978 is #F8F687. Grayscale: #141414. Windows color (decimal): -16316040 or 7866631. OLE color: 7866631.

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

Color convert

RGB 7 9 120 -
CMYK 0.94 0.92 0 0.53
HSL 238.94º 0.89% 0.25% -
HSV(B) 238.94º 0.94% 0.47% -
XYZ 3.58 1.6 17.89 -
YUV 21.06 183.84 117.97 -
System Red Green Blue C M Y K H S L
Decimal 7 9 120 0.94 0.92 0 0.53 238.94 0.89 0.25
Hex 7 9 78 5E 5C 0 35 EF 59 19
Octal 7 11 170 136 134 0 65 357 131 31
Binary 111 1001 1111000 1011110 1011100 0 110101 11101111 1011001 11001

Color Harmonies of #070978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070978

Black with #070978

Text Example


Text Example

White with #070978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070978; }

 p { color: rgb(7,9,120); }

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

background-color css

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

 a { background-color: rgb(7,9,120); }

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

border-color css

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

 span { border-color: rgb(7,9,120); }

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