Shades of Sapphire #081B53
Tints of Sapphire #081B53
RGB
CMYK
RGB Variations
Color information
#081B53 (or 0x081B53) is known color: Sapphire. HEX triplet: 08, 1B and 53. RGB value is (8,27,83). Sum of RGB (Red+Green+Blue) = 8+27+83=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #081B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081B53 is #F7E4AC. Grayscale: #1B1B1B. Windows color (decimal): -16245933 or 5446408. OLE color: 5446408.
HSL color Cylindrical-coordinate representation of color #081B53: hue angle of 224.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081B53 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 27 | 83 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.67 |
| HSL | 224.8º | 0.82% | 0.18% | - |
| HSV(B) | 224.8º | 0.9% | 0.33% | - |
| XYZ | 2.05 | 1.46 | 8.36 | - |
| YUV | 27.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 83 | 0.90 | 0.67 | 0 | 0.67 | 224.8 | 0.82 | 0.18 |
| Hex | 8 | 1B | 53 | 5A | 43 | 0 | 43 | E1 | 52 | 12 |
| Octal | 10 | 33 | 123 | 132 | 103 | 0 | 103 | 341 | 122 | 22 |
| Binary | 1000 | 11011 | 1010011 | 1011010 | 1000011 | 0 | 1000011 | 11100001 | 1010010 | 10010 |
Color Harmonies of #081B53
Complementary color
Monochromatic Colors of #081B53
Black with #081B53
Text Example
Text Example
White with #081B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081B53; }
p { color: rgb(8,27,83); }
H1.HeaderClassName
{
color: #081B53;
}
.AnyTagClassName
{
color: #081B53;
}
</style>
background-color css
<style>
a { background-color: #081B53; }
a { background-color: rgb(8,27,83); }
div.DivClassName
{
background-color: #081B53;
}
.BgClassName
{
background-color: #081B53;
}
</style>
border-color css
<style>
span { border-color: #081B53; }
span { border-color: rgb(8,27,83); }
td.TdClassName
{
border-color: #081B53;
}
.TagClassName
{
border-color: #081B53;
}
</style>