#082858

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

Shades of Sapphire #082858

Tints of Sapphire #082858

Color information

#082858 (or 0x082858) is unknown color: approx Sapphire. HEX triplet: 08, 28 and 58. RGB value is (8,40,88). Sum of RGB (Red+Green+Blue) = 8+40+88=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 88 (34.77% from 255 or 64.71% from 136); Max value from RGB is 88 - color contains mainly: blue. Hex color #082858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082858 is #F7D7A7. Grayscale: #232323. Windows color (decimal): -16242600 or 5777416. OLE color: 5777416.

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

Color convert

RGB84088-
CMYK0.910.5500.65
HSL216º83.33%18.82%-
HSV(B)216º90.91%34.51%-
XYZ2.622.279.53-
YUV35.9157.4108.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 88 (34.77% from 255) = 64.71%
R=5.88%
G=29.41%
B=64.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal840880.910.5500.6521683.3318.82
Hex828585B37041d85313
Octal105013013367010133012323
Binary1000101000101100010110111101110100000111011000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082858; }

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

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

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

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

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

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

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

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