#082F76

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

Shades of Sapphire #082F76

Tints of Sapphire #082F76

Color information

#082F76 (or 0x082F76) is unknown color: approx Sapphire. HEX triplet: 08, 2F and 76. RGB value is (8,47,118). Sum of RGB (Red+Green+Blue) = 8+47+118=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #082F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F76 is #F7D089. Grayscale: #2B2B2B. Windows color (decimal): -16240778 or 7745288. OLE color: 7745288.

HSL color Cylindrical-coordinate representation of color #082F76: hue angle of 218.73º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082F76 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB847118-
CMYK0.930.6000.54
HSL218.73º87.3%24.71%-
HSV(B)218.73º93.22%46.27%-
XYZ4.393.3917.56-
YUV43.43170.08102.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 47 (18.75% from 255) = 27.17%
BLUE value IS 118 (46.48% from 255) = 68.21%
R=4.62%
G=27.17%
B=68.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8471180.930.6000.54218.7387.324.71
Hex82F765D3C036db5719
Octal10571661357406633312731
Binary100010111111101101011101111100011011011011011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082F76; }

 p { color: rgb(8,47,118); }

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

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

 a { background-color: rgb(8,47,118); }

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

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

 span { border-color: rgb(8,47,118); }

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