Shades of Sapphire #081C52
Tints of Sapphire #081C52
RGB
CMYK
RGB Variations
Color information
#081C52 (or 0x081C52) is known color: Sapphire. HEX triplet: 08, 1C and 52. RGB value is (8,28,82). Sum of RGB (Red+Green+Blue) = 8+28+82=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 82 (32.42% from 255 or 69.49% from 118); Max value from RGB is 82 - color contains mainly: blue. Hex color #081C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C52 is #F7E3AD. Grayscale: #1B1B1B. Windows color (decimal): -16245678 or 5381128. OLE color: 5381128.
HSL color Cylindrical-coordinate representation of color #081C52: hue angle of 223.78º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081C52 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 28 | 82 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.68 |
| HSL | 223.78º | 0.82% | 0.18% | - |
| HSV(B) | 223.78º | 0.9% | 0.32% | - |
| XYZ | 2.04 | 1.49 | 8.16 | - |
| YUV | 28.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 82 | 0.90 | 0.66 | 0 | 0.68 | 223.78 | 0.82 | 0.18 |
| Hex | 8 | 1C | 52 | 5A | 42 | 0 | 44 | E0 | 52 | 12 |
| Octal | 10 | 34 | 122 | 132 | 102 | 0 | 104 | 340 | 122 | 22 |
| Binary | 1000 | 11100 | 1010010 | 1011010 | 1000010 | 0 | 1000100 | 11100000 | 1010010 | 10010 |
Color Harmonies of #081C52
Complementary color
Monochromatic Colors of #081C52
Black with #081C52
Text Example
Text Example
White with #081C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C52; }
p { color: rgb(8,28,82); }
H1.HeaderClassName
{
color: #081C52;
}
.AnyTagClassName
{
color: #081C52;
}
</style>
background-color css
<style>
a { background-color: #081C52; }
a { background-color: rgb(8,28,82); }
div.DivClassName
{
background-color: #081C52;
}
.BgClassName
{
background-color: #081C52;
}
</style>
border-color css
<style>
span { border-color: #081C52; }
span { border-color: rgb(8,28,82); }
td.TdClassName
{
border-color: #081C52;
}
.TagClassName
{
border-color: #081C52;
}
</style>