Shades of Sapphire #081453
Tints of Sapphire #081453
RGB
CMYK
RGB Variations
Color information
#081453 (or 0x081453) is known color: Sapphire. HEX triplet: 08, 14 and 53. RGB value is (8,20,83). Sum of RGB (Red+Green+Blue) = 8+20+83=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #081453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081453 is #F7EBAC. Grayscale: #171717. Windows color (decimal): -16247725 or 5444616. OLE color: 5444616.
HSL color Cylindrical-coordinate representation of color #081453: hue angle of 230.4º 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 #081453 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 20 | 83 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.67 |
| HSL | 230.4º | 0.82% | 0.18% | - |
| HSV(B) | 230.4º | 0.9% | 0.33% | - |
| XYZ | 1.91 | 1.18 | 8.31 | - |
| YUV | 23.59 | 161.52 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 83 | 0.90 | 0.76 | 0 | 0.67 | 230.4 | 0.82 | 0.18 |
| Hex | 8 | 14 | 53 | 5A | 4C | 0 | 43 | E6 | 52 | 12 |
| Octal | 10 | 24 | 123 | 132 | 114 | 0 | 103 | 346 | 122 | 22 |
| Binary | 1000 | 10100 | 1010011 | 1011010 | 1001100 | 0 | 1000011 | 11100110 | 1010010 | 10010 |
Color Harmonies of #081453
Complementary color
Monochromatic Colors of #081453
Black with #081453
Text Example
Text Example
White with #081453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081453; }
p { color: rgb(8,20,83); }
H1.HeaderClassName
{
color: #081453;
}
.AnyTagClassName
{
color: #081453;
}
</style>
background-color css
<style>
a { background-color: #081453; }
a { background-color: rgb(8,20,83); }
div.DivClassName
{
background-color: #081453;
}
.BgClassName
{
background-color: #081453;
}
</style>
border-color css
<style>
span { border-color: #081453; }
span { border-color: rgb(8,20,83); }
td.TdClassName
{
border-color: #081453;
}
.TagClassName
{
border-color: #081453;
}
</style>