#082657

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

Shades of Sapphire #082657

Tints of Sapphire #082657

Color information

#082657 (or 0x082657) is unknown color: approx Sapphire. HEX triplet: 08, 26 and 57. RGB value is (8,38,87). Sum of RGB (Red+Green+Blue) = 8+38+87=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 87 (34.38% from 255 or 65.41% from 133); Max value from RGB is 87 - color contains mainly: blue. Hex color #082657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082657 is #F7D9A8. Grayscale: #222222. Windows color (decimal): -16243113 or 5711368. OLE color: 5711368.

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

Color convert

RGB83887-
CMYK0.910.5600.66
HSL217.22º83.16%18.63%-
HSV(B)217.22º90.8%34.12%-
XYZ2.512.139.29-
YUV34.62157.56109.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.02%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 87 (34.38% from 255) = 65.41%
R=6.02%
G=28.57%
B=65.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal838870.910.5600.66217.2283.1618.63
Hex826575B38042d95313
Octal104612713370010233112323
Binary1000100110101011110110111110000100001011011001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082657; }

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

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

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

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

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

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

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

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