#082B77

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

Shades of Sapphire #082B77

Tints of Sapphire #082B77

Color information

#082B77 (or 0x082B77) is unknown color: approx Sapphire. HEX triplet: 08, 2B and 77. RGB value is (8,43,119). Sum of RGB (Red+Green+Blue) = 8+43+119=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #082B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B77 is #F7D488. Grayscale: #282828. Windows color (decimal): -16241801 or 7809800. OLE color: 7809800.

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

Color convert

RGB843119-
CMYK0.930.6400.53
HSL221.08º87.4%24.9%-
HSV(B)221.08º93.28%46.67%-
XYZ4.293.1117.83-
YUV41.2171.9104.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.71%
GREEN value IS 43 (17.19% from 255) = 25.29%
BLUE value IS 119 (46.88% from 255) = 70%
R=4.71%
G=25.29%
B=70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8431190.930.6400.53221.0887.424.9
Hex82B775D40035dd5719
Octal105316713510006533512731
Binary1000101011111011110111011000000011010111011101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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