#082973

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

Shades of Sapphire #082973

Tints of Sapphire #082973

Color information

#082973 (or 0x082973) is unknown color: approx Sapphire. HEX triplet: 08, 29 and 73. RGB value is (8,41,115). Sum of RGB (Red+Green+Blue) = 8+41+115=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 115 (45.31% from 255 or 70.12% from 164); Max value from RGB is 115 - color contains mainly: blue. Hex color #082973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082973 is #F7D68C. Grayscale: #272727. Windows color (decimal): -16242317 or 7547144. OLE color: 7547144.

HSL color Cylindrical-coordinate representation of color #082973: hue angle of 221.5º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082973 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB841115-
CMYK0.930.6400.55
HSL221.5º86.99%24.12%-
HSV(B)221.5º93.04%45.1%-
XYZ3.992.8816.56-
YUV39.57170.57105.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.88%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 115 (45.31% from 255) = 70.12%
R=4.88%
G=25%
B=70.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8411150.930.6400.55221.586.9924.12
Hex829735D40037dd5718
Octal105116313510006733512730
Binary1000101001111001110111011000000011011111011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082973; }

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

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

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

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

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

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

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

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