#082A5F

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

Shades of Sapphire #082A5F

Tints of Sapphire #082A5F

Color information

#082A5F (or 0x082A5F) is unknown color: approx Sapphire. HEX triplet: 08, 2A and 5F. RGB value is (8,42,95). Sum of RGB (Red+Green+Blue) = 8+42+95=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 95 (37.5% from 255 or 65.52% from 145); Max value from RGB is 95 - color contains mainly: blue. Hex color #082A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A5F is #F7D5A0. Grayscale: #252525. Windows color (decimal): -16242081 or 6236680. OLE color: 6236680.

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

Color convert

RGB84295-
CMYK0.920.5600.63
HSL216.55º84.47%20.2%-
HSV(B)216.55º91.58%37.25%-
XYZ2.992.5311.16-
YUV37.88160.24106.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.52%
GREEN value IS 42 (16.80% from 255) = 28.97%
BLUE value IS 95 (37.5% from 255) = 65.52%
R=5.52%
G=28.97%
B=65.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal842950.920.5600.63216.5584.4720.2
Hex82A5F5C3803Fd95414
Octal10521371347007733112424
Binary100010101010111111011100111000011111111011001101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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