#082761

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

Shades of Sapphire #082761

Tints of Sapphire #082761

Color information

#082761 (or 0x082761) is unknown color: approx Sapphire. HEX triplet: 08, 27 and 61. RGB value is (8,39,97). Sum of RGB (Red+Green+Blue) = 8+39+97=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 97 (38.28% from 255 or 67.36% from 144); Max value from RGB is 97 - color contains mainly: blue. Hex color #082761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082761 is #F7D89E. Grayscale: #242424. Windows color (decimal): -16242847 or 6366984. OLE color: 6366984.

HSL color Cylindrical-coordinate representation of color #082761: hue angle of 219.1º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082761 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB83997-
CMYK0.920.6000.62
HSL219.1º84.76%20.59%-
HSV(B)219.1º91.75%38.04%-
XYZ2.982.3711.61-
YUV36.34162.23107.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 97 (38.28% from 255) = 67.36%
R=5.56%
G=27.08%
B=67.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal839970.920.6000.62219.184.7620.59
Hex827615C3C03Edb5515
Octal10471411347407633312525
Binary100010011111000011011100111100011111011011011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082761; }

 p { color: rgb(8,39,97); }

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

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

 a { background-color: rgb(8,39,97); }

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

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

 span { border-color: rgb(8,39,97); }

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