#080464

Color #080464 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #080464

Tints of Navy #080464

Color information

#080464 (or 0x080464) is unknown color: approx Navy. HEX triplet: 08, 04 and 64. RGB value is (8,4,100). Sum of RGB (Red+Green+Blue) = 8+4+100=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 100 (39.45% from 255 or 89.29% from 112); Max value from RGB is 100 - color contains mainly: blue. Hex color #080464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080464 is #F7FB9B. Grayscale: #0F0F0F. Windows color (decimal): -16251804 or 6554632. OLE color: 6554632.

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

Color convert

RGB84100-
CMYK0.920.9600.61
HSL242.5º92.31%20.39%-
HSV(B)242.5º96%39.22%-
XYZ2.441.0612.13-
YUV16.14175.33122.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.14%
GREEN value IS 4 (1.95% from 255) = 3.57%
BLUE value IS 100 (39.45% from 255) = 89.29%
R=7.14%
G=3.57%
B=89.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal841000.920.9600.61242.592.3120.39
Hex84645C6003Df25c14
Octal10414413414007536213424
Binary1000100110010010111001100000011110111110010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080464; }

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

 H1.HeaderClassName
 {
   color: #080464;
 }
 .AnyTagClassName
 {
   color: #080464;
 }
</style>
background-color css

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

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

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

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

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

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