#082a77

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

Shades of Sapphire #082A77

Tints of Sapphire #082A77

Color information

#082A77 (or 0x082A77) is unknown color: approx Sapphire. HEX triplet: 08, 2A and 77. RGB value is (8,42,119). Sum of RGB (Red+Green+Blue) = 8+42+119=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 119 (46.88% from 255 or 70.41% from 169); Max value from RGB is 119 - color contains mainly: blue. Hex color #082A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A77 is #F7D588. Grayscale: #282828. Windows color (decimal): -16242057 or 7809544. OLE color: 7809544.

HSL color Cylindrical-coordinate representation of color #082A77: hue angle of 221.62º degrees, saturation: 0.87, 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 #082A77 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB842119-
CMYK0.930.6500.53
HSL221.62º87.4%24.9%-
HSV(B)221.62º93.28%46.67%-
XYZ4.263.0417.82-
YUV40.61172.24104.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.73%
GREEN value IS 42 (16.80% from 255) = 24.85%
BLUE value IS 119 (46.88% from 255) = 70.41%
R=4.73%
G=24.85%
B=70.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8421190.930.6500.53221.6287.424.9
Hex82A775D41035de5719
Octal105216713510106533612731
Binary1000101010111011110111011000001011010111011110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082a77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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