#082A73

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

Shades of Sapphire #082A73

Tints of Sapphire #082A73

Color information

#082A73 (or 0x082A73) is unknown color: approx Sapphire. HEX triplet: 08, 2A and 73. RGB value is (8,42,115). Sum of RGB (Red+Green+Blue) = 8+42+115=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 115 (45.31% from 255 or 69.70% from 165); Max value from RGB is 115 - color contains mainly: blue. Hex color #082A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A73 is #F7D58C. Grayscale: #272727. Windows color (decimal): -16242061 or 7547400. OLE color: 7547400.

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

Color convert

RGB842115-
CMYK0.930.6300.55
HSL220.93º86.99%24.12%-
HSV(B)220.93º93.04%45.1%-
XYZ4.022.9516.58-
YUV40.16170.24105.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.85%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 115 (45.31% from 255) = 69.70%
R=4.85%
G=25.45%
B=69.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8421150.930.6300.55220.9386.9924.12
Hex82A735D3F037dd5718
Octal10521631357706733512730
Binary100010101011100111011101111111011011111011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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