Html Css Color HEX #070164 Navy

📋 copy color: '#070164'

red 7 ◦ green 1 ◦ blue 100

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

Shades of Navy #070164

Tints of Navy #070164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

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

R = 6.48%
G = 0.93%
B = 92.59%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#070164 (or 0x070164) is known color: Navy. HEX triplet: 07, 01 and 64. RGB value is (7,1,100). Sum of RGB (Red+Green+Blue) = 7+1+100=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 100 (39.45% from 255 or 92.59% from 108); Max value from RGB is 100 - color contains mainly: blue. Hex color #070164 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070164 is #F8FE9B. Grayscale: #0D0D0D. Windows color (decimal): -16318108 or 6553863. OLE color: 6553863.

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

Color convert

RGB 7 1 100 -
CMYK 0.93 0.99 0 0.61
HSL 243.64º 0.98% 0.2% -
HSV(B) 243.64º 0.99% 0.39% -
XYZ 2.4 0.99 12.12 -
YUV 14.08 176.49 122.95 -
System Red Green Blue C M Y K H S L
Decimal 7 1 100 0.93 0.99 0 0.61 243.64 0.98 0.2
Hex 7 1 64 5D 63 0 3D F4 62 14
Octal 7 1 144 135 143 0 75 364 142 24
Binary 111 1 1100100 1011101 1100011 0 111101 11110100 1100010 10100

Color Harmonies of #070164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070164

Black with #070164

Text Example


Text Example

White with #070164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070164; }

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

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

background-color css

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

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

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

border-color css

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

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

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