#082676

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

Shades of Sapphire #082676

Tints of Sapphire #082676

Color information

#082676 (or 0x082676) is unknown color: approx Sapphire. HEX triplet: 08, 26 and 76. RGB value is (8,38,118). Sum of RGB (Red+Green+Blue) = 8+38+118=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 118 (46.48% from 255 or 71.95% from 164); Max value from RGB is 118 - color contains mainly: blue. Hex color #082676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082676 is #F7D989. Grayscale: #252525. Windows color (decimal): -16243082 or 7742984. OLE color: 7742984.

HSL color Cylindrical-coordinate representation of color #082676: hue angle of 223.64º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082676 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB838118-
CMYK0.930.6800.54
HSL223.64º87.3%24.71%-
HSV(B)223.64º93.22%46.27%-
XYZ4.062.7517.46-
YUV38.15173.06106.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.88%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 118 (46.48% from 255) = 71.95%
R=4.88%
G=23.17%
B=71.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8381180.930.6800.54223.6487.324.71
Hex826765D44036e05719
Octal104616613510406634012731
Binary1000100110111011010111011000100011011011100000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082676; }

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

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

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

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

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

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

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

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