Html Css Color HEX #070078 Navy

📋 copy color: '#070078'

red 7 ◦ green 0 ◦ blue 120

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

Shades of Navy #070078

Tints of Navy #070078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 5.51%
G = 0%
B = 94.49%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#070078 (or 0x070078) is known color: Navy. HEX triplet: 07, 00 and 78. RGB value is (7,0,120). Sum of RGB (Red+Green+Blue) = 7+0+120=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 120 (47.27% from 255 or 94.49% from 127); Max value from RGB is 120 - color contains mainly: blue. Hex color #070078 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070078 is #F8FF87. Grayscale: #0F0F0F. Windows color (decimal): -16318344 or 7864327. OLE color: 7864327.

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

Color convert

RGB 7 0 120 -
CMYK 0.94 1 0 0.53
HSL 243.5º 1% 0.24% -
HSV(B) 243.5º 1% 0.47% -
XYZ 3.48 1.4 17.86 -
YUV 15.77 186.82 121.74 -
System Red Green Blue C M Y K H S L
Decimal 7 0 120 0.94 1 0 0.53 243.5 1 0.24
Hex 7 0 78 5E 64 0 35 F4 64 18
Octal 7 0 170 136 144 0 65 364 144 30
Binary 111 0 1111000 1011110 1100100 0 110101 11110100 1100100 11000

Color Harmonies of #070078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070078

Black with #070078

Text Example


Text Example

White with #070078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070078; }

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

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

background-color css

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

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

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

border-color css

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

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

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