Shades of Sapphire #011F4C
Tints of Sapphire #011F4C
RGB
CMYK
RGB Variations
Color information
#011F4C (or 0x011F4C) is known color: Sapphire. HEX triplet: 01, 1F and 4C. RGB value is (1,31,76). Sum of RGB (Red+Green+Blue) = 1+31+76=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 76 (30.08% from 255 or 70.37% from 108); Max value from RGB is 76 - color contains mainly: blue. Hex color #011F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F4C is #FEE0B3. Grayscale: #1A1A1A. Windows color (decimal): -16703668 or 4988673. OLE color: 4988673.
HSL color Cylindrical-coordinate representation of color #011F4C: hue angle of 216º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F4C is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 31 | 76 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.70 |
| HSL | 216º | 0.97% | 0.15% | - |
| HSV(B) | 216º | 0.99% | 0.3% | - |
| XYZ | 1.81 | 1.51 | 7.03 | - |
| YUV | 27.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 76 | 0.99 | 0.59 | 0 | 0.70 | 216 | 0.97 | 0.15 |
| Hex | 1 | 1F | 4C | 63 | 3B | 0 | 46 | D8 | 61 | F |
| Octal | 1 | 37 | 114 | 143 | 73 | 0 | 106 | 330 | 141 | 17 |
| Binary | 1 | 11111 | 1001100 | 1100011 | 111011 | 0 | 1000110 | 11011000 | 1100001 | 1111 |
Color Harmonies of #011F4C
Complementary color
Monochromatic Colors of #011F4C
Black with #011F4C
Text Example
Text Example
White with #011F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F4C; }
p { color: rgb(1,31,76); }
H1.HeaderClassName
{
color: #011F4C;
}
.AnyTagClassName
{
color: #011F4C;
}
</style>
background-color css
<style>
a { background-color: #011F4C; }
a { background-color: rgb(1,31,76); }
div.DivClassName
{
background-color: #011F4C;
}
.BgClassName
{
background-color: #011F4C;
}
</style>
border-color css
<style>
span { border-color: #011F4C; }
span { border-color: rgb(1,31,76); }
td.TdClassName
{
border-color: #011F4C;
}
.TagClassName
{
border-color: #011F4C;
}
</style>