#082058

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

Shades of Sapphire #082058

Tints of Sapphire #082058

Color information

#082058 (or 0x082058) is unknown color: approx Sapphire. HEX triplet: 08, 20 and 58. RGB value is (8,32,88). Sum of RGB (Red+Green+Blue) = 8+32+88=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 88 (34.77% from 255 or 68.75% from 128); Max value from RGB is 88 - color contains mainly: blue. Hex color #082058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082058 is #F7DFA7. Grayscale: #1E1E1E. Windows color (decimal): -16244648 or 5775368. OLE color: 5775368.

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

Color convert

RGB83288-
CMYK0.910.6400.65
HSL222º83.33%18.82%-
HSV(B)222º90.91%34.51%-
XYZ2.381.799.45-
YUV31.21160.05111.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 88 (34.77% from 255) = 68.75%
R=6.25%
G=25%
B=68.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal832880.910.6400.6522283.3318.82
Hex820585B40041de5313
Octal1040130133100010133612323
Binary10001000001011000101101110000000100000111011110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082058; }

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

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

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

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

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

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

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

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