#082159

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

Shades of Sapphire #082159

Tints of Sapphire #082159

Color information

#082159 (or 0x082159) is unknown color: approx Sapphire. HEX triplet: 08, 21 and 59. RGB value is (8,33,89). Sum of RGB (Red+Green+Blue) = 8+33+89=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 89 (35.16% from 255 or 68.46% from 130); Max value from RGB is 89 - color contains mainly: blue. Hex color #082159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082159 is #F7DEA6. Grayscale: #1F1F1F. Windows color (decimal): -16244391 or 5841160. OLE color: 5841160.

HSL color Cylindrical-coordinate representation of color #082159: hue angle of 221.48º 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 #082159 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB83389-
CMYK0.910.6300.65
HSL221.48º83.51%19.02%-
HSV(B)221.48º91.01%34.9%-
XYZ2.451.869.68-
YUV31.91160.22110.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 33 (13.28% from 255) = 25.38%
BLUE value IS 89 (35.16% from 255) = 68.46%
R=6.15%
G=25.38%
B=68.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal833890.910.6300.65221.4883.5119.02
Hex821595B3F041dd5413
Octal104113113377010133512423
Binary1000100001101100110110111111110100000111011101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082159; }

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

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

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

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

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

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

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

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