Html Css Color HEX #070464 Navy

📋 copy color: '#070464'

red 7 ◦ green 4 ◦ blue 100

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

Shades of Navy #070464

Tints of Navy #070464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.6%

 BLUE value IS 100 (39.45% from 255) = 90.09%

R = 6.31%
G = 3.6%
B = 90.09%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#070464 (or 0x070464) is known color: Navy. HEX triplet: 07, 04 and 64. RGB value is (7,4,100). Sum of RGB (Red+Green+Blue) = 7+4+100=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 100 (39.45% from 255 or 90.09% from 111); Max value from RGB is 100 - color contains mainly: blue. Hex color #070464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070464 is #F8FB9B. Grayscale: #0F0F0F. Windows color (decimal): -16317340 or 6554631. OLE color: 6554631.

HSL color Cylindrical-coordinate representation of color #070464: hue angle of 241.88º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070464 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 7 4 100 -
CMYK 0.93 0.96 0 0.61
HSL 241.88º 0.92% 0.2% -
HSV(B) 241.88º 0.96% 0.39% -
XYZ 2.43 1.05 12.13 -
YUV 15.84 175.49 121.69 -
System Red Green Blue C M Y K H S L
Decimal 7 4 100 0.93 0.96 0 0.61 241.88 0.92 0.2
Hex 7 4 64 5D 60 0 3D F2 5C 14
Octal 7 4 144 135 140 0 75 362 134 24
Binary 111 100 1100100 1011101 1100000 0 111101 11110010 1011100 10100

Color Harmonies of #070464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070464

Black with #070464

Text Example


Text Example

White with #070464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070464; }

 p { color: rgb(7,4,100); }

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

background-color css

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

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

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

border-color css

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

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

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