Shades of Sapphire #011445
Tints of Sapphire #011445
RGB
CMYK
RGB Variations
Color information
#011445 (or 0x011445) is known color: Sapphire. HEX triplet: 01, 14 and 45. RGB value is (1,20,69). Sum of RGB (Red+Green+Blue) = 1+20+69=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 69 (27.34% from 255 or 76.67% from 90); Max value from RGB is 69 - color contains mainly: blue. Hex color #011445 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011445 is #FEEBBA. Grayscale: #131313. Windows color (decimal): -16706491 or 4527105. OLE color: 4527105.
HSL color Cylindrical-coordinate representation of color #011445: hue angle of 223.24º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011445 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 20 | 69 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.73 |
| HSL | 223.24º | 0.97% | 0.14% | - |
| HSV(B) | 223.24º | 0.99% | 0.27% | - |
| XYZ | 1.34 | 0.94 | 5.74 | - |
| YUV | 19.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 69 | 0.99 | 0.71 | 0 | 0.73 | 223.24 | 0.97 | 0.14 |
| Hex | 1 | 14 | 45 | 63 | 47 | 0 | 49 | DF | 61 | E |
| Octal | 1 | 24 | 105 | 143 | 107 | 0 | 111 | 337 | 141 | 16 |
| Binary | 1 | 10100 | 1000101 | 1100011 | 1000111 | 0 | 1001001 | 11011111 | 1100001 | 1110 |
Color Harmonies of #011445
Complementary color
Monochromatic Colors of #011445
Black with #011445
Text Example
Text Example
White with #011445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011445; }
p { color: rgb(1,20,69); }
H1.HeaderClassName
{
color: #011445;
}
.AnyTagClassName
{
color: #011445;
}
</style>
background-color css
<style>
a { background-color: #011445; }
a { background-color: rgb(1,20,69); }
div.DivClassName
{
background-color: #011445;
}
.BgClassName
{
background-color: #011445;
}
</style>
border-color css
<style>
span { border-color: #011445; }
span { border-color: rgb(1,20,69); }
td.TdClassName
{
border-color: #011445;
}
.TagClassName
{
border-color: #011445;
}
</style>