Html Css Color HEX #070768 Navy

📋 copy color: '#070768'

red 7 ◦ green 7 ◦ blue 104

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

Shades of Navy #070768

Tints of Navy #070768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.93%

 BLUE value IS 104 (41.02% from 255) = 88.14%

R = 5.93%
G = 5.93%
B = 88.14%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#070768 (or 0x070768) is known color: Navy. HEX triplet: 07, 07 and 68. RGB value is (7,7,104). Sum of RGB (Red+Green+Blue) = 7+7+104=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 104 (41.02% from 255 or 88.14% from 118); Max value from RGB is 104 - color contains mainly: blue. Hex color #070768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070768 is #F8F897. Grayscale: #111111. Windows color (decimal): -16316568 or 6817543. OLE color: 6817543.

HSL color Cylindrical-coordinate representation of color #070768: hue angle of 240º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070768 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 7 104 -
CMYK 0.93 0.93 0 0.59
HSL 240º 0.87% 0.22% -
HSV(B) 240º 0.93% 0.41% -
XYZ 2.66 1.2 13.19 -
YUV 18.06 176.5 120.11 -
System Red Green Blue C M Y K H S L
Decimal 7 7 104 0.93 0.93 0 0.59 240 0.87 0.22
Hex 7 7 68 5D 5D 0 3B F0 57 16
Octal 7 7 150 135 135 0 73 360 127 26
Binary 111 111 1101000 1011101 1011101 0 111011 11110000 1010111 10110

Color Harmonies of #070768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070768

Black with #070768

Text Example


Text Example

White with #070768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070768; }

 p { color: rgb(7,7,104); }

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

background-color css

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

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

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

border-color css

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

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

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