Shades of Sapphire #001254
Tints of Sapphire #001254
RGB
CMYK
RGB Variations
Color information
#001254 (or 0x001254) is known color: Sapphire. HEX triplet: 00, 12 and 54. RGB value is (0,18,84). Sum of RGB (Red+Green+Blue) = 0+18+84=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 84 (33.20% from 255 or 82.35% from 102); Max value from RGB is 84 - color contains mainly: blue. Hex color #001254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001254 is #FFEDAB. Grayscale: #131313. Windows color (decimal): -16772524 or 5509632. OLE color: 5509632.
HSL color Cylindrical-coordinate representation of color #001254: hue angle of 227.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001254 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 18 | 84 | - |
| CMYK | 1 | 0.79 | 0 | 0.67 |
| HSL | 227.14º | 1% | 0.16% | - |
| HSV(B) | 227.14º | 1% | 0.33% | - |
| XYZ | 1.82 | 1.07 | 8.5 | - |
| YUV | 20.14 | 164.04 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 84 | 1 | 0.79 | 0 | 0.67 | 227.14 | 1 | 0.16 |
| Hex | 0 | 12 | 54 | 64 | 4F | 0 | 43 | E3 | 64 | 10 |
| Octal | 0 | 22 | 124 | 144 | 117 | 0 | 103 | 343 | 144 | 20 |
| Binary | 0 | 10010 | 1010100 | 1100100 | 1001111 | 0 | 1000011 | 11100011 | 1100100 | 10000 |
Color Harmonies of #001254
Complementary color
Monochromatic Colors of #001254
Black with #001254
Text Example
Text Example
White with #001254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001254; }
p { color: rgb(0,18,84); }
H1.HeaderClassName
{
color: #001254;
}
.AnyTagClassName
{
color: #001254;
}
</style>
background-color css
<style>
a { background-color: #001254; }
a { background-color: rgb(0,18,84); }
div.DivClassName
{
background-color: #001254;
}
.BgClassName
{
background-color: #001254;
}
</style>
border-color css
<style>
span { border-color: #001254; }
span { border-color: rgb(0,18,84); }
td.TdClassName
{
border-color: #001254;
}
.TagClassName
{
border-color: #001254;
}
</style>