Shades of Sapphire #000F66
Tints of Sapphire #000F66
RGB
CMYK
RGB Variations
Color information
#000F66 (or 0x000F66) is known color: Sapphire. HEX triplet: 00, 0F and 66. RGB value is (0,15,102). Sum of RGB (Red+Green+Blue) = 0+15+102=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 102 (40.23% from 255 or 87.18% from 117); Max value from RGB is 102 - color contains mainly: blue. Hex color #000F66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F66 is #FFF099. Grayscale: #141414. Windows color (decimal): -16773274 or 6688512. OLE color: 6688512.
HSL color Cylindrical-coordinate representation of color #000F66: hue angle of 231.18º 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 #000F66 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 15 | 102 | - |
| CMYK | 1 | 0.85 | 0 | 0.6 |
| HSL | 231.18º | 1% | 0.2% | - |
| HSV(B) | 231.18º | 1% | 0.4% | - |
| XYZ | 2.57 | 1.3 | 12.69 | - |
| YUV | 20.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 102 | 1 | 0.85 | 0 | 0.6 | 231.18 | 1 | 0.2 |
| Hex | 0 | F | 66 | 64 | 55 | 0 | 3C | E7 | 64 | 14 |
| Octal | 0 | 17 | 146 | 144 | 125 | 0 | 74 | 347 | 144 | 24 |
| Binary | 0 | 1111 | 1100110 | 1100100 | 1010101 | 0 | 111100 | 11100111 | 1100100 | 10100 |
Color Harmonies of #000F66
Complementary color
Monochromatic Colors of #000F66
Black with #000F66
Text Example
Text Example
White with #000F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F66; }
p { color: rgb(0,15,102); }
H1.HeaderClassName
{
color: #000F66;
}
.AnyTagClassName
{
color: #000F66;
}
</style>
background-color css
<style>
a { background-color: #000F66; }
a { background-color: rgb(0,15,102); }
div.DivClassName
{
background-color: #000F66;
}
.BgClassName
{
background-color: #000F66;
}
</style>
border-color css
<style>
span { border-color: #000F66; }
span { border-color: rgb(0,15,102); }
td.TdClassName
{
border-color: #000F66;
}
.TagClassName
{
border-color: #000F66;
}
</style>