#081B51

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

Shades of Sapphire #081B51

Tints of Sapphire #081B51

Color information

#081B51 (or 0x081B51) is unknown color: approx Sapphire. HEX triplet: 08, 1B and 51. RGB value is (8,27,81). Sum of RGB (Red+Green+Blue) = 8+27+81=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 81 (32.03% from 255 or 69.83% from 116); Max value from RGB is 81 - color contains mainly: blue. Hex color #081B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081B51 is #F7E4AE. Grayscale: #1B1B1B. Windows color (decimal): -16245935 or 5315336. OLE color: 5315336.

HSL color Cylindrical-coordinate representation of color #081B51: hue angle of 224.38º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081B51 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB82781-
CMYK0.900.6700.68
HSL224.38º82.02%17.45%-
HSV(B)224.38º90.12%31.76%-
XYZ1.981.437.96-
YUV27.48158.21114.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 27 (10.94% from 255) = 23.28%
BLUE value IS 81 (32.03% from 255) = 69.83%
R=6.90%
G=23.28%
B=69.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal827810.900.6700.68224.3882.0217.45
Hex81B515A43044e05211
Octal1033121132103010434012221
Binary1000110111010001101101010000110100010011100000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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