Shades of Sapphire #011348
Tints of Sapphire #011348
RGB
CMYK
RGB Variations
Color information
#011348 (or 0x011348) is known color: Sapphire. HEX triplet: 01, 13 and 48. RGB value is (1,19,72). Sum of RGB (Red+Green+Blue) = 1+19+72=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 72 (28.52% from 255 or 78.26% from 92); Max value from RGB is 72 - color contains mainly: blue. Hex color #011348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011348 is #FEECB7. Grayscale: #131313. Windows color (decimal): -16706744 or 4723457. OLE color: 4723457.
HSL color Cylindrical-coordinate representation of color #011348: hue angle of 224.79º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011348 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 19 | 72 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.72 |
| HSL | 224.79º | 0.97% | 0.14% | - |
| HSV(B) | 224.79º | 0.99% | 0.28% | - |
| XYZ | 1.42 | 0.94 | 6.24 | - |
| YUV | 19.66 | 157.54 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 72 | 0.99 | 0.74 | 0 | 0.72 | 224.79 | 0.97 | 0.14 |
| Hex | 1 | 13 | 48 | 63 | 4A | 0 | 48 | E1 | 61 | E |
| Octal | 1 | 23 | 110 | 143 | 112 | 0 | 110 | 341 | 141 | 16 |
| Binary | 1 | 10011 | 1001000 | 1100011 | 1001010 | 0 | 1001000 | 11100001 | 1100001 | 1110 |
Color Harmonies of #011348
Complementary color
Monochromatic Colors of #011348
Black with #011348
Text Example
Text Example
White with #011348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011348; }
p { color: rgb(1,19,72); }
H1.HeaderClassName
{
color: #011348;
}
.AnyTagClassName
{
color: #011348;
}
</style>
background-color css
<style>
a { background-color: #011348; }
a { background-color: rgb(1,19,72); }
div.DivClassName
{
background-color: #011348;
}
.BgClassName
{
background-color: #011348;
}
</style>
border-color css
<style>
span { border-color: #011348; }
span { border-color: rgb(1,19,72); }
td.TdClassName
{
border-color: #011348;
}
.TagClassName
{
border-color: #011348;
}
</style>