Shades of Sapphire #081C4D
Tints of Sapphire #081C4D
RGB
CMYK
RGB Variations
Color information
#081C4D (or 0x081C4D) is known color: Sapphire. HEX triplet: 08, 1C and 4D. RGB value is (8,28,77). Sum of RGB (Red+Green+Blue) = 8+28+77=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #081C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C4D is #F7E3B2. Grayscale: #1B1B1B. Windows color (decimal): -16245683 or 5053448. OLE color: 5053448.
HSL color Cylindrical-coordinate representation of color #081C4D: hue angle of 222.61º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081C4D is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 28 | 77 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.70 |
| HSL | 222.61º | 0.81% | 0.17% | - |
| HSV(B) | 222.61º | 0.9% | 0.3% | - |
| XYZ | 1.85 | 1.42 | 7.2 | - |
| YUV | 27.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 77 | 0.90 | 0.64 | 0 | 0.70 | 222.61 | 0.81 | 0.17 |
| Hex | 8 | 1C | 4D | 5A | 40 | 0 | 46 | DF | 51 | 11 |
| Octal | 10 | 34 | 115 | 132 | 100 | 0 | 106 | 337 | 121 | 21 |
| Binary | 1000 | 11100 | 1001101 | 1011010 | 1000000 | 0 | 1000110 | 11011111 | 1010001 | 10001 |
Color Harmonies of #081C4D
Complementary color
Monochromatic Colors of #081C4D
Black with #081C4D
Text Example
Text Example
White with #081C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C4D; }
p { color: rgb(8,28,77); }
H1.HeaderClassName
{
color: #081C4D;
}
.AnyTagClassName
{
color: #081C4D;
}
</style>
background-color css
<style>
a { background-color: #081C4D; }
a { background-color: rgb(8,28,77); }
div.DivClassName
{
background-color: #081C4D;
}
.BgClassName
{
background-color: #081C4D;
}
</style>
border-color css
<style>
span { border-color: #081C4D; }
span { border-color: rgb(8,28,77); }
td.TdClassName
{
border-color: #081C4D;
}
.TagClassName
{
border-color: #081C4D;
}
</style>