Shades of Sapphire #001475
Tints of Sapphire #001475
RGB
CMYK
RGB Variations
Color information
#001475 (or 0x001475) is known color: Sapphire. HEX triplet: 00, 14 and 75. RGB value is (0,20,117). Sum of RGB (Red+Green+Blue) = 0+20+117=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 117 (46.09% from 255 or 85.40% from 137); Max value from RGB is 117 - color contains mainly: blue. Hex color #001475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001475 is #FFEB8A. Grayscale: #181818. Windows color (decimal): -16771979 or 7672832. OLE color: 7672832.
HSL color Cylindrical-coordinate representation of color #001475: hue angle of 229.74º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001475 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 20 | 117 | - |
| CMYK | 1 | 0.83 | 0 | 0.54 |
| HSL | 229.74º | 1% | 0.23% | - |
| HSV(B) | 229.74º | 1% | 0.46% | - |
| XYZ | 3.46 | 1.78 | 16.99 | - |
| YUV | 25.08 | 179.87 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 117 | 1 | 0.83 | 0 | 0.54 | 229.74 | 1 | 0.23 |
| Hex | 0 | 14 | 75 | 64 | 53 | 0 | 36 | E6 | 64 | 17 |
| Octal | 0 | 24 | 165 | 144 | 123 | 0 | 66 | 346 | 144 | 27 |
| Binary | 0 | 10100 | 1110101 | 1100100 | 1010011 | 0 | 110110 | 11100110 | 1100100 | 10111 |
Color Harmonies of #001475
Complementary color
Monochromatic Colors of #001475
Black with #001475
Text Example
Text Example
White with #001475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001475; }
p { color: rgb(0,20,117); }
H1.HeaderClassName
{
color: #001475;
}
.AnyTagClassName
{
color: #001475;
}
</style>
background-color css
<style>
a { background-color: #001475; }
a { background-color: rgb(0,20,117); }
div.DivClassName
{
background-color: #001475;
}
.BgClassName
{
background-color: #001475;
}
</style>
border-color css
<style>
span { border-color: #001475; }
span { border-color: rgb(0,20,117); }
td.TdClassName
{
border-color: #001475;
}
.TagClassName
{
border-color: #001475;
}
</style>