Html Css Color HEX #080164 Navy

📋 copy color: '#080164'

red 8 ◦ green 1 ◦ blue 100

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

Shades of Navy #080164

Tints of Navy #080164

RGB

 RED value IS 8 (3.52% from 255) = 7.34%

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

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

R = 7.34%
G = 0.92%
B = 91.74%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#080164 (or 0x080164) is known color: Navy. HEX triplet: 08, 01 and 64. RGB value is (8,1,100). Sum of RGB (Red+Green+Blue) = 8+1+100=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 100 (39.45% from 255 or 91.74% from 109); Max value from RGB is 100 - color contains mainly: blue. Hex color #080164 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080164 is #F7FE9B. Grayscale: #0D0D0D. Windows color (decimal): -16252572 or 6553864. OLE color: 6553864.

HSL color Cylindrical-coordinate representation of color #080164: hue angle of 244.24º 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 #080164 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 1 100 -
CMYK 0.92 0.99 0 0.61
HSL 244.24º 0.98% 0.2% -
HSV(B) 244.24º 0.99% 0.39% -
XYZ 2.41 0.99 12.12 -
YUV 14.38 176.32 123.45 -
System Red Green Blue C M Y K H S L
Decimal 8 1 100 0.92 0.99 0 0.61 244.24 0.98 0.2
Hex 8 1 64 5C 63 0 3D F4 62 14
Octal 10 1 144 134 143 0 75 364 142 24
Binary 1000 1 1100100 1011100 1100011 0 111101 11110100 1100010 10100

Color Harmonies of #080164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080164

Black with #080164

Text Example


Text Example

White with #080164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080164; }

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

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

background-color css

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

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

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

border-color css

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

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

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