Shades of Sapphire #081C4F
Tints of Sapphire #081C4F
RGB
CMYK
RGB Variations
Color information
#081C4F (or 0x081C4F) is known color: Sapphire. HEX triplet: 08, 1C and 4F. RGB value is (8,28,79). Sum of RGB (Red+Green+Blue) = 8+28+79=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 79 (31.25% from 255 or 68.70% from 115); Max value from RGB is 79 - color contains mainly: blue. Hex color #081C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C4F is #F7E3B0. Grayscale: #1B1B1B. Windows color (decimal): -16245681 or 5184520. OLE color: 5184520.
HSL color Cylindrical-coordinate representation of color #081C4F: hue angle of 223.1º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081C4F is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 28 | 79 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.69 |
| HSL | 223.1º | 0.82% | 0.17% | - |
| HSV(B) | 223.1º | 0.9% | 0.31% | - |
| XYZ | 1.93 | 1.45 | 7.57 | - |
| YUV | 27.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 79 | 0.90 | 0.65 | 0 | 0.69 | 223.1 | 0.82 | 0.17 |
| Hex | 8 | 1C | 4F | 5A | 41 | 0 | 45 | DF | 52 | 11 |
| Octal | 10 | 34 | 117 | 132 | 101 | 0 | 105 | 337 | 122 | 21 |
| Binary | 1000 | 11100 | 1001111 | 1011010 | 1000001 | 0 | 1000101 | 11011111 | 1010010 | 10001 |
Color Harmonies of #081C4F
Complementary color
Monochromatic Colors of #081C4F
Black with #081C4F
Text Example
Text Example
White with #081C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C4F; }
p { color: rgb(8,28,79); }
H1.HeaderClassName
{
color: #081C4F;
}
.AnyTagClassName
{
color: #081C4F;
}
</style>
background-color css
<style>
a { background-color: #081C4F; }
a { background-color: rgb(8,28,79); }
div.DivClassName
{
background-color: #081C4F;
}
.BgClassName
{
background-color: #081C4F;
}
</style>
border-color css
<style>
span { border-color: #081C4F; }
span { border-color: rgb(8,28,79); }
td.TdClassName
{
border-color: #081C4F;
}
.TagClassName
{
border-color: #081C4F;
}
</style>