Shades of Sapphire #081B4C
Tints of Sapphire #081B4C
RGB
CMYK
RGB Variations
Color information
#081B4C (or 0x081B4C) is known color: Sapphire. HEX triplet: 08, 1B and 4C. RGB value is (8,27,76). Sum of RGB (Red+Green+Blue) = 8+27+76=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 76 (30.08% from 255 or 68.47% from 111); Max value from RGB is 76 - color contains mainly: blue. Hex color #081B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B4C is #F7E4B3. Grayscale: #1A1A1A. Windows color (decimal): -16245940 or 4987656. OLE color: 4987656.
HSL color Cylindrical-coordinate representation of color #081B4C: hue angle of 223.24º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #081B4C is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 27 | 76 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.70 |
| HSL | 223.24º | 0.81% | 0.16% | - |
| HSV(B) | 223.24º | 0.89% | 0.3% | - |
| XYZ | 1.8 | 1.36 | 7 | - |
| YUV | 26.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 76 | 0.89 | 0.64 | 0 | 0.70 | 223.24 | 0.81 | 0.16 |
| Hex | 8 | 1B | 4C | 59 | 40 | 0 | 46 | DF | 51 | 10 |
| Octal | 10 | 33 | 114 | 131 | 100 | 0 | 106 | 337 | 121 | 20 |
| Binary | 1000 | 11011 | 1001100 | 1011001 | 1000000 | 0 | 1000110 | 11011111 | 1010001 | 10000 |
Color Harmonies of #081B4C
Complementary color
Monochromatic Colors of #081B4C
Black with #081B4C
Text Example
Text Example
White with #081B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081B4C; }
p { color: rgb(8,27,76); }
H1.HeaderClassName
{
color: #081B4C;
}
.AnyTagClassName
{
color: #081B4C;
}
</style>
background-color css
<style>
a { background-color: #081B4C; }
a { background-color: rgb(8,27,76); }
div.DivClassName
{
background-color: #081B4C;
}
.BgClassName
{
background-color: #081B4C;
}
</style>
border-color css
<style>
span { border-color: #081B4C; }
span { border-color: rgb(8,27,76); }
td.TdClassName
{
border-color: #081B4C;
}
.TagClassName
{
border-color: #081B4C;
}
</style>