Shades of Sapphire #081D4B
Tints of Sapphire #081D4B
RGB
CMYK
RGB Variations
Color information
#081D4B (or 0x081D4B) is known color: Sapphire. HEX triplet: 08, 1D and 4B. RGB value is (8,29,75). Sum of RGB (Red+Green+Blue) = 8+29+75=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 75 (29.69% from 255 or 66.96% from 112); Max value from RGB is 75 - color contains mainly: blue. Hex color #081D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D4B is #F7E2B4. Grayscale: #1B1B1B. Windows color (decimal): -16245429 or 4922632. OLE color: 4922632.
HSL color Cylindrical-coordinate representation of color #081D4B: hue angle of 221.19º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #081D4B is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 29 | 75 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.71 |
| HSL | 221.19º | 0.81% | 0.16% | - |
| HSV(B) | 221.19º | 0.89% | 0.29% | - |
| XYZ | 1.81 | 1.44 | 6.84 | - |
| YUV | 27.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 75 | 0.89 | 0.61 | 0 | 0.71 | 221.19 | 0.81 | 0.16 |
| Hex | 8 | 1D | 4B | 59 | 3D | 0 | 47 | DD | 51 | 10 |
| Octal | 10 | 35 | 113 | 131 | 75 | 0 | 107 | 335 | 121 | 20 |
| Binary | 1000 | 11101 | 1001011 | 1011001 | 111101 | 0 | 1000111 | 11011101 | 1010001 | 10000 |
Color Harmonies of #081D4B
Complementary color
Monochromatic Colors of #081D4B
Black with #081D4B
Text Example
Text Example
White with #081D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D4B; }
p { color: rgb(8,29,75); }
H1.HeaderClassName
{
color: #081D4B;
}
.AnyTagClassName
{
color: #081D4B;
}
</style>
background-color css
<style>
a { background-color: #081D4B; }
a { background-color: rgb(8,29,75); }
div.DivClassName
{
background-color: #081D4B;
}
.BgClassName
{
background-color: #081D4B;
}
</style>
border-color css
<style>
span { border-color: #081D4B; }
span { border-color: rgb(8,29,75); }
td.TdClassName
{
border-color: #081D4B;
}
.TagClassName
{
border-color: #081D4B;
}
</style>