Shades of Sapphire #081C56
Tints of Sapphire #081C56
RGB
CMYK
RGB Variations
Color information
#081C56 (or 0x081C56) is known color: Sapphire. HEX triplet: 08, 1C and 56. RGB value is (8,28,86). Sum of RGB (Red+Green+Blue) = 8+28+86=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 86 (33.98% from 255 or 70.49% from 122); Max value from RGB is 86 - color contains mainly: blue. Hex color #081C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C56 is #F7E3A9. Grayscale: #1C1C1C. Windows color (decimal): -16245674 or 5643272. OLE color: 5643272.
HSL color Cylindrical-coordinate representation of color #081C56: hue angle of 224.62º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081C56 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 28 | 86 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.66 |
| HSL | 224.62º | 0.83% | 0.18% | - |
| HSV(B) | 224.62º | 0.91% | 0.34% | - |
| XYZ | 2.2 | 1.55 | 8.99 | - |
| YUV | 28.63 | 160.37 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 86 | 0.91 | 0.67 | 0 | 0.66 | 224.62 | 0.83 | 0.18 |
| Hex | 8 | 1C | 56 | 5B | 43 | 0 | 42 | E1 | 53 | 12 |
| Octal | 10 | 34 | 126 | 133 | 103 | 0 | 102 | 341 | 123 | 22 |
| Binary | 1000 | 11100 | 1010110 | 1011011 | 1000011 | 0 | 1000010 | 11100001 | 1010011 | 10010 |
Color Harmonies of #081C56
Complementary color
Monochromatic Colors of #081C56
Black with #081C56
Text Example
Text Example
White with #081C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C56; }
p { color: rgb(8,28,86); }
H1.HeaderClassName
{
color: #081C56;
}
.AnyTagClassName
{
color: #081C56;
}
</style>
background-color css
<style>
a { background-color: #081C56; }
a { background-color: rgb(8,28,86); }
div.DivClassName
{
background-color: #081C56;
}
.BgClassName
{
background-color: #081C56;
}
</style>
border-color css
<style>
span { border-color: #081C56; }
span { border-color: rgb(8,28,86); }
td.TdClassName
{
border-color: #081C56;
}
.TagClassName
{
border-color: #081C56;
}
</style>