Shades of Sapphire #001253
Tints of Sapphire #001253
RGB
CMYK
RGB Variations
Color information
#001253 (or 0x001253) is known color: Sapphire. HEX triplet: 00, 12 and 53. RGB value is (0,18,83). Sum of RGB (Red+Green+Blue) = 0+18+83=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 83 (32.81% from 255 or 82.18% from 101); Max value from RGB is 83 - color contains mainly: blue. Hex color #001253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001253 is #FFEDAC. Grayscale: #131313. Windows color (decimal): -16772525 or 5444096. OLE color: 5444096.
HSL color Cylindrical-coordinate representation of color #001253: hue angle of 226.99º 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 #001253 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 18 | 83 | - |
| CMYK | 1 | 0.78 | 0 | 0.67 |
| HSL | 226.99º | 1% | 0.16% | - |
| HSV(B) | 226.99º | 1% | 0.33% | - |
| XYZ | 1.78 | 1.06 | 8.29 | - |
| YUV | 20.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 83 | 1 | 0.78 | 0 | 0.67 | 226.99 | 1 | 0.16 |
| Hex | 0 | 12 | 53 | 64 | 4E | 0 | 43 | E3 | 64 | 10 |
| Octal | 0 | 22 | 123 | 144 | 116 | 0 | 103 | 343 | 144 | 20 |
| Binary | 0 | 10010 | 1010011 | 1100100 | 1001110 | 0 | 1000011 | 11100011 | 1100100 | 10000 |
Color Harmonies of #001253
Complementary color
Monochromatic Colors of #001253
Black with #001253
Text Example
Text Example
White with #001253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001253; }
p { color: rgb(0,18,83); }
H1.HeaderClassName
{
color: #001253;
}
.AnyTagClassName
{
color: #001253;
}
</style>
background-color css
<style>
a { background-color: #001253; }
a { background-color: rgb(0,18,83); }
div.DivClassName
{
background-color: #001253;
}
.BgClassName
{
background-color: #001253;
}
</style>
border-color css
<style>
span { border-color: #001253; }
span { border-color: rgb(0,18,83); }
td.TdClassName
{
border-color: #001253;
}
.TagClassName
{
border-color: #001253;
}
</style>