Shades of Sapphire #001265
Tints of Sapphire #001265
RGB
CMYK
RGB Variations
Color information
#001265 (or 0x001265) is known color: Sapphire. HEX triplet: 00, 12 and 65. RGB value is (0,18,101). Sum of RGB (Red+Green+Blue) = 0+18+101=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 101 (39.84% from 255 or 84.87% from 119); Max value from RGB is 101 - color contains mainly: blue. Hex color #001265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001265 is #FFED9A. Grayscale: #151515. Windows color (decimal): -16772507 or 6623744. OLE color: 6623744.
HSL color Cylindrical-coordinate representation of color #001265: hue angle of 229.31º 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 #001265 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 18 | 101 | - |
| CMYK | 1 | 0.82 | 0 | 0.60 |
| HSL | 229.31º | 1% | 0.2% | - |
| HSV(B) | 229.31º | 1% | 0.4% | - |
| XYZ | 2.57 | 1.37 | 12.44 | - |
| YUV | 22.08 | 172.54 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 101 | 1 | 0.82 | 0 | 0.60 | 229.31 | 1 | 0.2 |
| Hex | 0 | 12 | 65 | 64 | 52 | 0 | 3C | E5 | 64 | 14 |
| Octal | 0 | 22 | 145 | 144 | 122 | 0 | 74 | 345 | 144 | 24 |
| Binary | 0 | 10010 | 1100101 | 1100100 | 1010010 | 0 | 111100 | 11100101 | 1100100 | 10100 |
Color Harmonies of #001265
Complementary color
Monochromatic Colors of #001265
Black with #001265
Text Example
Text Example
White with #001265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001265; }
p { color: rgb(0,18,101); }
H1.HeaderClassName
{
color: #001265;
}
.AnyTagClassName
{
color: #001265;
}
</style>
background-color css
<style>
a { background-color: #001265; }
a { background-color: rgb(0,18,101); }
div.DivClassName
{
background-color: #001265;
}
.BgClassName
{
background-color: #001265;
}
</style>
border-color css
<style>
span { border-color: #001265; }
span { border-color: rgb(0,18,101); }
td.TdClassName
{
border-color: #001265;
}
.TagClassName
{
border-color: #001265;
}
</style>