#082082

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

Shades of Sapphire #082082

Tints of Sapphire #082082

Color information

#082082 (or 0x082082) is unknown color: approx Sapphire. HEX triplet: 08, 20 and 82. RGB value is (8,32,130). Sum of RGB (Red+Green+Blue) = 8+32+130=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 130 (51.17% from 255 or 76.47% from 170); Max value from RGB is 130 - color contains mainly: blue. Hex color #082082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082082 is #F7DF7D. Grayscale: #232323. Windows color (decimal): -16244606 or 8527880. OLE color: 8527880.

HSL color Cylindrical-coordinate representation of color #082082: hue angle of 228.2º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082082 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB832130-
CMYK0.940.7500.49
HSL228.2º88.41%27.06%-
HSV(B)228.2º93.85%50.98%-
XYZ4.652.721.39-
YUV36181.05108.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.71%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 130 (51.17% from 255) = 76.47%
R=4.71%
G=18.82%
B=76.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8321300.940.7500.49228.288.4127.06
Hex820825E4B031e4581b
Octal104020213611306134413033
Binary10001000001000001010111101001011011000111100100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082082; }

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

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

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

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

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

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

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

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