#080266

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

Shades of Navy #080266

Tints of Navy #080266

Color information

#080266 (or 0x080266) is unknown color: approx Navy. HEX triplet: 08, 02 and 66. RGB value is (8,2,102). Sum of RGB (Red+Green+Blue) = 8+2+102=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 102 (40.23% from 255 or 91.07% from 112); Max value from RGB is 102 - color contains mainly: blue. Hex color #080266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080266 is #F7FD99. Grayscale: #0E0E0E. Windows color (decimal): -16252314 or 6685192. OLE color: 6685192.

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

Color convert

RGB82102-
CMYK0.920.9800.6
HSL243.6º96.15%20.39%-
HSV(B)243.6º98.04%40%-
XYZ2.521.0512.64-
YUV15.19176.99122.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.14%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 102 (40.23% from 255) = 91.07%
R=7.14%
G=1.79%
B=91.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal821020.920.9800.6243.696.1520.39
Hex82665C6203Cf46014
Octal10214613414207436414024
Binary100010110011010111001100010011110011110100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080266; }

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

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

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

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

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

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

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

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