#082E79

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

Shades of Sapphire #082E79

Tints of Sapphire #082E79

Color information

#082E79 (or 0x082E79) is unknown color: approx Sapphire. HEX triplet: 08, 2E and 79. RGB value is (8,46,121). Sum of RGB (Red+Green+Blue) = 8+46+121=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 121 (47.66% from 255 or 69.14% from 175); Max value from RGB is 121 - color contains mainly: blue. Hex color #082E79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E79 is #F7D186. Grayscale: #2A2A2A. Windows color (decimal): -16241031 or 7941640. OLE color: 7941640.

HSL color Cylindrical-coordinate representation of color #082E79: hue angle of 219.82º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082E79 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB846121-
CMYK0.930.6200.53
HSL219.82º87.6%25.29%-
HSV(B)219.82º93.39%47.45%-
XYZ4.533.3918.5-
YUV43.19171.91102.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.57%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 121 (47.66% from 255) = 69.14%
R=4.57%
G=26.29%
B=69.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8461210.930.6200.53219.8287.625.29
Hex82E795D3E035dc5819
Octal10561711357606533413031
Binary100010111011110011011101111110011010111011100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,46,121); }

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

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

 a { background-color: rgb(8,46,121); }

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

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

 span { border-color: rgb(8,46,121); }

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