#082659

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

Shades of Sapphire #082659

Tints of Sapphire #082659

Color information

#082659 (or 0x082659) is unknown color: approx Sapphire. HEX triplet: 08, 26 and 59. RGB value is (8,38,89). Sum of RGB (Red+Green+Blue) = 8+38+89=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #082659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082659 is #F7D9A6. Grayscale: #222222. Windows color (decimal): -16243111 or 5842440. OLE color: 5842440.

HSL color Cylindrical-coordinate representation of color #082659: hue angle of 217.78º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082659 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB83889-
CMYK0.910.5700.65
HSL217.78º83.51%19.02%-
HSV(B)217.78º91.01%34.9%-
XYZ2.62.169.73-
YUV34.84158.56108.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.93%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 89 (35.16% from 255) = 65.93%
R=5.93%
G=28.15%
B=65.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal838890.910.5700.65217.7883.5119.02
Hex826595B39041da5413
Octal104613113371010133212423
Binary1000100110101100110110111110010100000111011010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082659; }

 p { color: rgb(8,38,89); }

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

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

 a { background-color: rgb(8,38,89); }

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

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

 span { border-color: rgb(8,38,89); }

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