#082075

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

Shades of Sapphire #082075

Tints of Sapphire #082075

Color information

#082075 (or 0x082075) is unknown color: approx Sapphire. HEX triplet: 08, 20 and 75. RGB value is (8,32,117). Sum of RGB (Red+Green+Blue) = 8+32+117=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #082075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082075 is #F7DF8A. Grayscale: #222222. Windows color (decimal): -16244619 or 7675912. OLE color: 7675912.

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

Color convert

RGB832117-
CMYK0.930.7300.54
HSL226.79º87.2%24.51%-
HSV(B)226.79º93.16%45.88%-
XYZ3.832.3717.09-
YUV34.51174.55109.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.10%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 117 (46.09% from 255) = 74.52%
R=5.10%
G=20.38%
B=74.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8321170.930.7300.54226.7987.224.51
Hex820755D49036e35719
Octal104016513511106634312731
Binary1000100000111010110111011001001011011011100011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082075; }

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

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

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

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

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

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

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

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