Shades of Sapphire #01145B
Tints of Sapphire #01145B
RGB
CMYK
RGB Variations
Color information
#01145B (or 0x01145B) is known color: Sapphire. HEX triplet: 01, 14 and 5B. RGB value is (1,20,91). Sum of RGB (Red+Green+Blue) = 1+20+91=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 91 (35.94% from 255 or 81.25% from 112); Max value from RGB is 91 - color contains mainly: blue. Hex color #01145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01145B is #FEEBA4. Grayscale: #161616. Windows color (decimal): -16706469 or 5968897. OLE color: 5968897.
HSL color Cylindrical-coordinate representation of color #01145B: hue angle of 227.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01145B is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 20 | 91 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.64 |
| HSL | 227.33º | 0.98% | 0.18% | - |
| HSV(B) | 227.33º | 0.99% | 0.36% | - |
| XYZ | 2.15 | 1.26 | 10.03 | - |
| YUV | 22.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 91 | 0.99 | 0.78 | 0 | 0.64 | 227.33 | 0.98 | 0.18 |
| Hex | 1 | 14 | 5B | 63 | 4E | 0 | 40 | E3 | 62 | 12 |
| Octal | 1 | 24 | 133 | 143 | 116 | 0 | 100 | 343 | 142 | 22 |
| Binary | 1 | 10100 | 1011011 | 1100011 | 1001110 | 0 | 1000000 | 11100011 | 1100010 | 10010 |
Color Harmonies of #01145B
Complementary color
Monochromatic Colors of #01145B
Black with #01145B
Text Example
Text Example
White with #01145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01145B; }
p { color: rgb(1,20,91); }
H1.HeaderClassName
{
color: #01145B;
}
.AnyTagClassName
{
color: #01145B;
}
</style>
background-color css
<style>
a { background-color: #01145B; }
a { background-color: rgb(1,20,91); }
div.DivClassName
{
background-color: #01145B;
}
.BgClassName
{
background-color: #01145B;
}
</style>
border-color css
<style>
span { border-color: #01145B; }
span { border-color: rgb(1,20,91); }
td.TdClassName
{
border-color: #01145B;
}
.TagClassName
{
border-color: #01145B;
}
</style>