#082775

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

Shades of Sapphire #082775

Tints of Sapphire #082775

Color information

#082775 (or 0x082775) is unknown color: approx Sapphire. HEX triplet: 08, 27 and 75. RGB value is (8,39,117). Sum of RGB (Red+Green+Blue) = 8+39+117=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #082775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082775 is #F7D88A. Grayscale: #262626. Windows color (decimal): -16242827 or 7677704. OLE color: 7677704.

HSL color Cylindrical-coordinate representation of color #082775: hue angle of 222.94º 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 #082775 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB839117-
CMYK0.930.6700.54
HSL222.94º87.2%24.51%-
HSV(B)222.94º93.16%45.88%-
XYZ4.042.7917.15-
YUV38.62172.23106.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.88%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 117 (46.09% from 255) = 71.34%
R=4.88%
G=23.78%
B=71.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8391170.930.6700.54222.9487.224.51
Hex827755D43036df5719
Octal104716513510306633712731
Binary1000100111111010110111011000011011011011011111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082775; }

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

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

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

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

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

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

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

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