#082358

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

Shades of Sapphire #082358

Tints of Sapphire #082358

Color information

#082358 (or 0x082358) is unknown color: approx Sapphire. HEX triplet: 08, 23 and 58. RGB value is (8,35,88). Sum of RGB (Red+Green+Blue) = 8+35+88=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 88 (34.77% from 255 or 67.18% from 131); Max value from RGB is 88 - color contains mainly: blue. Hex color #082358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082358 is #F7DCA7. Grayscale: #202020. Windows color (decimal): -16243880 or 5776136. OLE color: 5776136.

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

Color convert

RGB83588-
CMYK0.910.6000.65
HSL219.75º83.33%18.82%-
HSV(B)219.75º90.91%34.51%-
XYZ2.461.969.48-
YUV32.97159.05110.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 35 (14.06% from 255) = 26.72%
BLUE value IS 88 (34.77% from 255) = 67.18%
R=6.11%
G=26.72%
B=67.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal835880.910.6000.65219.7583.3318.82
Hex823585B3C041dc5313
Octal104313013374010133412323
Binary1000100011101100010110111111000100000111011100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082358; }

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

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

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

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

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

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

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

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