#080169

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

Shades of Navy #080169

Tints of Navy #080169

Color information

#080169 (or 0x080169) is unknown color: approx Navy. HEX triplet: 08, 01 and 69. RGB value is (8,1,105). Sum of RGB (Red+Green+Blue) = 8+1+105=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 105 (41.41% from 255 or 92.11% from 114); Max value from RGB is 105 - color contains mainly: blue. Hex color #080169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080169 is #F7FE96. Grayscale: #0E0E0E. Windows color (decimal): -16252567 or 6881544. OLE color: 6881544.

HSL color Cylindrical-coordinate representation of color #080169: hue angle of 244.04º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080169 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB81105-
CMYK0.920.9900.59
HSL244.04º98.11%20.78%-
HSV(B)244.04º99.05%41.18%-
XYZ2.661.0913.44-
YUV14.95178.82123.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 105 (41.41% from 255) = 92.11%
R=7.02%
G=0.88%
B=92.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal811050.920.9900.59244.0498.1120.78
Hex81695C6303Bf46215
Octal10115113414307336414225
Binary10001110100110111001100011011101111110100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080169; }

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

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

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

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

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

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

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

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