#081B63

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

Shades of Sapphire #081B63

Tints of Sapphire #081B63

Color information

#081B63 (or 0x081B63) is unknown color: approx Sapphire. HEX triplet: 08, 1B and 63. RGB value is (8,27,99). Sum of RGB (Red+Green+Blue) = 8+27+99=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #081B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081B63 is #F7E49C. Grayscale: #1D1D1D. Windows color (decimal): -16245917 or 6494984. OLE color: 6494984.

HSL color Cylindrical-coordinate representation of color #081B63: hue angle of 227.47º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081B63 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB82799-
CMYK0.920.7300.61
HSL227.47º85.05%20.98%-
HSV(B)227.47º91.92%38.82%-
XYZ2.741.7411.99-
YUV29.53167.21112.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 27 (10.94% from 255) = 20.15%
BLUE value IS 99 (39.06% from 255) = 73.88%
R=5.97%
G=20.15%
B=73.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal827990.920.7300.61227.4785.0520.98
Hex81B635C4903De35515
Octal103314313411107534312525
Binary100011011110001110111001001001011110111100011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081B63; }

 p { color: rgb(8,27,99); }

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

<style>
 a { background-color: #081B63; }

 a { background-color: rgb(8,27,99); }

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

<style>
 span { border-color: #081B63; }

 span { border-color: rgb(8,27,99); }

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