#082A71

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

Shades of Sapphire #082A71

Tints of Sapphire #082A71

Color information

#082A71 (or 0x082A71) is unknown color: approx Sapphire. HEX triplet: 08, 2A and 71. RGB value is (8,42,113). Sum of RGB (Red+Green+Blue) = 8+42+113=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #082A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A71 is #F7D58E. Grayscale: #272727. Windows color (decimal): -16242063 or 7416328. OLE color: 7416328.

HSL color Cylindrical-coordinate representation of color #082A71: hue angle of 220.57º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082A71 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB842113-
CMYK0.930.6300.56
HSL220.57º86.78%23.73%-
HSV(B)220.57º92.92%44.31%-
XYZ3.912.915.98-
YUV39.93169.24105.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 113 (44.53% from 255) = 69.33%
R=4.91%
G=25.77%
B=69.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8421130.930.6300.56220.5786.7823.73
Hex82A715D3F038dd5718
Octal10521611357707033512730
Binary100010101011100011011101111111011100011011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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