#082758

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

Shades of Sapphire #082758

Tints of Sapphire #082758

Color information

#082758 (or 0x082758) is unknown color: approx Sapphire. HEX triplet: 08, 27 and 58. RGB value is (8,39,88). Sum of RGB (Red+Green+Blue) = 8+39+88=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #082758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082758 is #F7D8A7. Grayscale: #232323. Windows color (decimal): -16242856 or 5777160. OLE color: 5777160.

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

Color convert

RGB83988-
CMYK0.910.5600.65
HSL216.75º83.33%18.82%-
HSV(B)216.75º90.91%34.51%-
XYZ2.592.219.52-
YUV35.32157.73108.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.93%
GREEN value IS 39 (15.62% from 255) = 28.89%
BLUE value IS 88 (34.77% from 255) = 65.19%
R=5.93%
G=28.89%
B=65.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal839880.910.5600.65216.7583.3318.82
Hex827585B38041d95313
Octal104713013370010133112323
Binary1000100111101100010110111110000100000111011001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082758; }

 p { color: rgb(8,39,88); }

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

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

 a { background-color: rgb(8,39,88); }

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

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

 span { border-color: rgb(8,39,88); }

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