#082953

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

Shades of Sapphire #082953

Tints of Sapphire #082953

Color information

#082953 (or 0x082953) is unknown color: approx Sapphire. HEX triplet: 08, 29 and 53. RGB value is (8,41,83). Sum of RGB (Red+Green+Blue) = 8+41+83=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #082953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082953 is #F7D6AC. Grayscale: #232323. Windows color (decimal): -16242349 or 5449992. OLE color: 5449992.

HSL color Cylindrical-coordinate representation of color #082953: hue angle of 213.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082953 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB84183-
CMYK0.900.5100.67
HSL213.6º82.42%17.84%-
HSV(B)213.6º90.36%32.55%-
XYZ2.452.268.49-
YUV35.92154.57108.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.06%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 83 (32.81% from 255) = 62.88%
R=6.06%
G=31.06%
B=62.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal841830.900.5100.67213.682.4217.84
Hex829535A33043d65212
Octal105112313263010332612222
Binary1000101001101001110110101100110100001111010110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082953; }

 p { color: rgb(8,41,83); }

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

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

 a { background-color: rgb(8,41,83); }

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

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

 span { border-color: rgb(8,41,83); }

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