Shades of Sapphire #000F65
Tints of Sapphire #000F65
RGB
CMYK
RGB Variations
Color information
#000F65 (or 0x000F65) is known color: Sapphire. HEX triplet: 00, 0F and 65. RGB value is (0,15,101). Sum of RGB (Red+Green+Blue) = 0+15+101=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 101 (39.84% from 255 or 87.07% from 116); Max value from RGB is 101 - color contains mainly: blue. Hex color #000F65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F65 is #FFF09A. Grayscale: #131313. Windows color (decimal): -16773275 or 6622976. OLE color: 6622976.
HSL color Cylindrical-coordinate representation of color #000F65: hue angle of 231.09º 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 #000F65 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 15 | 101 | - |
| CMYK | 1 | 0.85 | 0 | 0.60 |
| HSL | 231.09º | 1% | 0.2% | - |
| HSV(B) | 231.09º | 1% | 0.4% | - |
| XYZ | 2.52 | 1.28 | 12.43 | - |
| YUV | 20.32 | 173.53 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 101 | 1 | 0.85 | 0 | 0.60 | 231.09 | 1 | 0.2 |
| Hex | 0 | F | 65 | 64 | 55 | 0 | 3C | E7 | 64 | 14 |
| Octal | 0 | 17 | 145 | 144 | 125 | 0 | 74 | 347 | 144 | 24 |
| Binary | 0 | 1111 | 1100101 | 1100100 | 1010101 | 0 | 111100 | 11100111 | 1100100 | 10100 |
Color Harmonies of #000F65
Complementary color
Monochromatic Colors of #000F65
Black with #000F65
Text Example
Text Example
White with #000F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F65; }
p { color: rgb(0,15,101); }
H1.HeaderClassName
{
color: #000F65;
}
.AnyTagClassName
{
color: #000F65;
}
</style>
background-color css
<style>
a { background-color: #000F65; }
a { background-color: rgb(0,15,101); }
div.DivClassName
{
background-color: #000F65;
}
.BgClassName
{
background-color: #000F65;
}
</style>
border-color css
<style>
span { border-color: #000F65; }
span { border-color: rgb(0,15,101); }
td.TdClassName
{
border-color: #000F65;
}
.TagClassName
{
border-color: #000F65;
}
</style>