#080265

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

Shades of Navy #080265

Tints of Navy #080265

Color information

#080265 (or 0x080265) is unknown color: approx Navy. HEX triplet: 08, 02 and 65. RGB value is (8,2,101). Sum of RGB (Red+Green+Blue) = 8+2+101=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 101 (39.84% from 255 or 90.99% from 111); Max value from RGB is 101 - color contains mainly: blue. Hex color #080265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080265 is #F7FD9A. Grayscale: #0E0E0E. Windows color (decimal): -16252315 or 6619656. OLE color: 6619656.

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

Color convert

RGB82101-
CMYK0.920.9800.60
HSL243.64º96.12%20.2%-
HSV(B)243.64º98.02%39.61%-
XYZ2.471.0312.38-
YUV15.08176.49122.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 101 (39.84% from 255) = 90.99%
R=7.21%
G=1.80%
B=90.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal821010.920.9800.60243.6496.1220.2
Hex82655C6203Cf46014
Octal10214513414207436414024
Binary100010110010110111001100010011110011110100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080265; }

 p { color: rgb(8,2,101); }

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

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

 a { background-color: rgb(8,2,101); }

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

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

 span { border-color: rgb(8,2,101); }

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