#082557

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

Shades of Sapphire #082557

Tints of Sapphire #082557

Color information

#082557 (or 0x082557) is unknown color: approx Sapphire. HEX triplet: 08, 25 and 57. RGB value is (8,37,87). Sum of RGB (Red+Green+Blue) = 8+37+87=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 87 (34.38% from 255 or 65.91% from 132); Max value from RGB is 87 - color contains mainly: blue. Hex color #082557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082557 is #F7DAA8. Grayscale: #212121. Windows color (decimal): -16243369 or 5711112. OLE color: 5711112.

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

Color convert

RGB83787-
CMYK0.910.5700.66
HSL217.97º83.16%18.63%-
HSV(B)217.97º90.8%34.12%-
XYZ2.482.069.28-
YUV34.03157.89109.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.06%
GREEN value IS 37 (14.84% from 255) = 28.03%
BLUE value IS 87 (34.38% from 255) = 65.91%
R=6.06%
G=28.03%
B=65.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal837870.910.5700.66217.9783.1618.63
Hex825575B39042da5313
Octal104512713371010233212323
Binary1000100101101011110110111110010100001011011010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082557; }

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

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

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

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

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

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

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

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