#082459

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

Shades of Sapphire #082459

Tints of Sapphire #082459

Color information

#082459 (or 0x082459) is unknown color: approx Sapphire. HEX triplet: 08, 24 and 59. RGB value is (8,36,89). Sum of RGB (Red+Green+Blue) = 8+36+89=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #082459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082459 is #F7DBA6. Grayscale: #212121. Windows color (decimal): -16243623 or 5841928. OLE color: 5841928.

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

Color convert

RGB83689-
CMYK0.910.6000.65
HSL219.26º83.51%19.02%-
HSV(B)219.26º91.01%34.9%-
XYZ2.532.039.71-
YUV33.67159.22109.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.02%
GREEN value IS 36 (14.45% from 255) = 27.07%
BLUE value IS 89 (35.16% from 255) = 66.92%
R=6.02%
G=27.07%
B=66.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal836890.910.6000.65219.2683.5119.02
Hex824595B3C041db5413
Octal104413113374010133312423
Binary1000100100101100110110111111000100000111011011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082459; }

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

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

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

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

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

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

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

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