#082E77

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

Shades of Sapphire #082E77

Tints of Sapphire #082E77

Color information

#082E77 (or 0x082E77) is unknown color: approx Sapphire. HEX triplet: 08, 2E and 77. RGB value is (8,46,119). Sum of RGB (Red+Green+Blue) = 8+46+119=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #082E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E77 is #F7D188. Grayscale: #2A2A2A. Windows color (decimal): -16241033 or 7810568. OLE color: 7810568.

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

Color convert

RGB846119-
CMYK0.930.6100.53
HSL219.46º87.4%24.9%-
HSV(B)219.46º93.28%46.67%-
XYZ4.413.3417.86-
YUV42.96170.91103.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 46 (18.36% from 255) = 26.59%
BLUE value IS 119 (46.88% from 255) = 68.79%
R=4.62%
G=26.59%
B=68.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8461190.930.6100.53219.4687.424.9
Hex82E775D3D035db5719
Octal10561671357506533312731
Binary100010111011101111011101111101011010111011011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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