#080366

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

Shades of Navy #080366

Tints of Navy #080366

Color information

#080366 (or 0x080366) is unknown color: approx Navy. HEX triplet: 08, 03 and 66. RGB value is (8,3,102). Sum of RGB (Red+Green+Blue) = 8+3+102=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 102 (40.23% from 255 or 90.27% from 113); Max value from RGB is 102 - color contains mainly: blue. Hex color #080366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080366 is #F7FC99. Grayscale: #0F0F0F. Windows color (decimal): -16252058 or 6685448. OLE color: 6685448.

HSL color Cylindrical-coordinate representation of color #080366: hue angle of 243.03º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080366 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB83102-
CMYK0.920.9700.6
HSL243.03º94.29%20.59%-
HSV(B)243.03º97.06%40%-
XYZ2.531.0812.64-
YUV15.78176.66122.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 102 (40.23% from 255) = 90.27%
R=7.08%
G=2.65%
B=90.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal831020.920.9700.6243.0394.2920.59
Hex83665C6103Cf35e15
Octal10314613414107436313625
Binary100011110011010111001100001011110011110011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080366; }

 p { color: rgb(8,3,102); }

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

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

 a { background-color: rgb(8,3,102); }

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

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

 span { border-color: rgb(8,3,102); }

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