Shades of Sapphire #001866
Tints of Sapphire #001866
RGB
CMYK
RGB Variations
Color information
#001866 (or 0x001866) is known color: Sapphire. HEX triplet: 00, 18 and 66. RGB value is (0,24,102). Sum of RGB (Red+Green+Blue) = 0+24+102=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 102 (40.23% from 255 or 80.95% from 126); Max value from RGB is 102 - color contains mainly: blue. Hex color #001866 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001866 is #FFE799. Grayscale: #191919. Windows color (decimal): -16770970 or 6690816. OLE color: 6690816.
HSL color Cylindrical-coordinate representation of color #001866: hue angle of 225.88º 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 #001866 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 24 | 102 | - |
| CMYK | 1 | 0.76 | 0 | 0.6 |
| HSL | 225.88º | 1% | 0.2% | - |
| HSV(B) | 225.88º | 1% | 0.4% | - |
| XYZ | 2.72 | 1.61 | 12.74 | - |
| YUV | 25.72 | 171.05 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 102 | 1 | 0.76 | 0 | 0.6 | 225.88 | 1 | 0.2 |
| Hex | 0 | 18 | 66 | 64 | 4C | 0 | 3C | E2 | 64 | 14 |
| Octal | 0 | 30 | 146 | 144 | 114 | 0 | 74 | 342 | 144 | 24 |
| Binary | 0 | 11000 | 1100110 | 1100100 | 1001100 | 0 | 111100 | 11100010 | 1100100 | 10100 |
Color Harmonies of #001866
Complementary color
Monochromatic Colors of #001866
Black with #001866
Text Example
Text Example
White with #001866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001866; }
p { color: rgb(0,24,102); }
H1.HeaderClassName
{
color: #001866;
}
.AnyTagClassName
{
color: #001866;
}
</style>
background-color css
<style>
a { background-color: #001866; }
a { background-color: rgb(0,24,102); }
div.DivClassName
{
background-color: #001866;
}
.BgClassName
{
background-color: #001866;
}
</style>
border-color css
<style>
span { border-color: #001866; }
span { border-color: rgb(0,24,102); }
td.TdClassName
{
border-color: #001866;
}
.TagClassName
{
border-color: #001866;
}
</style>