#082256

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

Shades of Sapphire #082256

Tints of Sapphire #082256

Color information

#082256 (or 0x082256) is unknown color: approx Sapphire. HEX triplet: 08, 22 and 56. RGB value is (8,34,86). Sum of RGB (Red+Green+Blue) = 8+34+86=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 86 (33.98% from 255 or 67.19% from 128); Max value from RGB is 86 - color contains mainly: blue. Hex color #082256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082256 is #F7DDA9. Grayscale: #1F1F1F. Windows color (decimal): -16244138 or 5644808. OLE color: 5644808.

HSL color Cylindrical-coordinate representation of color #082256: hue angle of 220º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082256 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB83486-
CMYK0.910.6000.66
HSL220º82.98%18.43%-
HSV(B)220º90.7%33.73%-
XYZ2.351.879.04-
YUV32.15158.39110.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 34 (13.67% from 255) = 26.56%
BLUE value IS 86 (33.98% from 255) = 67.19%
R=6.25%
G=26.56%
B=67.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal834860.910.6000.6622082.9818.43
Hex822565B3C042dc5312
Octal104212613374010233412322
Binary1000100010101011010110111111000100001011011100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082256; }

 p { color: rgb(8,34,86); }

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

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

 a { background-color: rgb(8,34,86); }

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

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

 span { border-color: rgb(8,34,86); }

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