Shades of Sapphire #081C53
Tints of Sapphire #081C53
RGB
CMYK
RGB Variations
Color information
#081C53 (or 0x081C53) is known color: Sapphire. HEX triplet: 08, 1C and 53. RGB value is (8,28,83). Sum of RGB (Red+Green+Blue) = 8+28+83=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 83 (32.81% from 255 or 69.75% from 119); Max value from RGB is 83 - color contains mainly: blue. Hex color #081C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C53 is #F7E3AC. Grayscale: #1C1C1C. Windows color (decimal): -16245677 or 5446664. OLE color: 5446664.
HSL color Cylindrical-coordinate representation of color #081C53: hue angle of 224º 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 #081C53 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 28 | 83 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.67 |
| HSL | 224º | 0.82% | 0.18% | - |
| HSV(B) | 224º | 0.9% | 0.33% | - |
| XYZ | 2.08 | 1.51 | 8.36 | - |
| YUV | 28.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 83 | 0.90 | 0.66 | 0 | 0.67 | 224 | 0.82 | 0.18 |
| Hex | 8 | 1C | 53 | 5A | 42 | 0 | 43 | E0 | 52 | 12 |
| Octal | 10 | 34 | 123 | 132 | 102 | 0 | 103 | 340 | 122 | 22 |
| Binary | 1000 | 11100 | 1010011 | 1011010 | 1000010 | 0 | 1000011 | 11100000 | 1010010 | 10010 |
Color Harmonies of #081C53
Complementary color
Monochromatic Colors of #081C53
Black with #081C53
Text Example
Text Example
White with #081C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C53; }
p { color: rgb(8,28,83); }
H1.HeaderClassName
{
color: #081C53;
}
.AnyTagClassName
{
color: #081C53;
}
</style>
background-color css
<style>
a { background-color: #081C53; }
a { background-color: rgb(8,28,83); }
div.DivClassName
{
background-color: #081C53;
}
.BgClassName
{
background-color: #081C53;
}
</style>
border-color css
<style>
span { border-color: #081C53; }
span { border-color: rgb(8,28,83); }
td.TdClassName
{
border-color: #081C53;
}
.TagClassName
{
border-color: #081C53;
}
</style>