#082A60

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

Shades of Sapphire #082A60

Tints of Sapphire #082A60

Color information

#082A60 (or 0x082A60) is unknown color: approx Sapphire. HEX triplet: 08, 2A and 60. RGB value is (8,42,96). Sum of RGB (Red+Green+Blue) = 8+42+96=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #082A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A60 is #F7D59F. Grayscale: #252525. Windows color (decimal): -16242080 or 6302216. OLE color: 6302216.

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

Color convert

RGB84296-
CMYK0.920.5600.62
HSL216.82º84.62%20.39%-
HSV(B)216.82º91.67%37.65%-
XYZ3.042.5511.4-
YUV37.99160.74106.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 42 (16.80% from 255) = 28.77%
BLUE value IS 96 (37.89% from 255) = 65.75%
R=5.48%
G=28.77%
B=65.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal842960.920.5600.62216.8284.6220.39
Hex82A605C3803Ed95514
Octal10521401347007633112524
Binary100010101011000001011100111000011111011011001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,42,96); }

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

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

 a { background-color: rgb(8,42,96); }

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

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

 span { border-color: rgb(8,42,96); }

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