Shades of Sapphire #001466
Tints of Sapphire #001466
RGB
CMYK
RGB Variations
Color information
#001466 (or 0x001466) is known color: Sapphire. HEX triplet: 00, 14 and 66. RGB value is (0,20,102). Sum of RGB (Red+Green+Blue) = 0+20+102=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 102 (40.23% from 255 or 83.61% from 122); Max value from RGB is 102 - color contains mainly: blue. Hex color #001466 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001466 is #FFEB99. Grayscale: #171717. Windows color (decimal): -16771994 or 6689792. OLE color: 6689792.
HSL color Cylindrical-coordinate representation of color #001466: hue angle of 228.24º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001466 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 20 | 102 | - |
| CMYK | 1 | 0.80 | 0 | 0.6 |
| HSL | 228.24º | 1% | 0.2% | - |
| HSV(B) | 228.24º | 1% | 0.4% | - |
| XYZ | 2.65 | 1.46 | 12.71 | - |
| YUV | 23.37 | 172.37 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 102 | 1 | 0.80 | 0 | 0.6 | 228.24 | 1 | 0.2 |
| Hex | 0 | 14 | 66 | 64 | 50 | 0 | 3C | E4 | 64 | 14 |
| Octal | 0 | 24 | 146 | 144 | 120 | 0 | 74 | 344 | 144 | 24 |
| Binary | 0 | 10100 | 1100110 | 1100100 | 1010000 | 0 | 111100 | 11100100 | 1100100 | 10100 |
Color Harmonies of #001466
Complementary color
Monochromatic Colors of #001466
Black with #001466
Text Example
Text Example
White with #001466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001466; }
p { color: rgb(0,20,102); }
H1.HeaderClassName
{
color: #001466;
}
.AnyTagClassName
{
color: #001466;
}
</style>
background-color css
<style>
a { background-color: #001466; }
a { background-color: rgb(0,20,102); }
div.DivClassName
{
background-color: #001466;
}
.BgClassName
{
background-color: #001466;
}
</style>
border-color css
<style>
span { border-color: #001466; }
span { border-color: rgb(0,20,102); }
td.TdClassName
{
border-color: #001466;
}
.TagClassName
{
border-color: #001466;
}
</style>