Shades of Sapphire #001363
Tints of Sapphire #001363
RGB
CMYK
RGB Variations
Color information
#001363 (or 0x001363) is known color: Sapphire. HEX triplet: 00, 13 and 63. RGB value is (0,19,99). Sum of RGB (Red+Green+Blue) = 0+19+99=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 99 (39.06% from 255 or 83.90% from 118); Max value from RGB is 99 - color contains mainly: blue. Hex color #001363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001363 is #FFEC9C. Grayscale: #161616. Windows color (decimal): -16772253 or 6492928. OLE color: 6492928.
HSL color Cylindrical-coordinate representation of color #001363: hue angle of 228.48º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001363 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 19 | 99 | - |
| CMYK | 1 | 0.81 | 0 | 0.61 |
| HSL | 228.48º | 1% | 0.19% | - |
| HSV(B) | 228.48º | 1% | 0.39% | - |
| XYZ | 2.49 | 1.37 | 11.94 | - |
| YUV | 22.44 | 171.21 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 99 | 1 | 0.81 | 0 | 0.61 | 228.48 | 1 | 0.19 |
| Hex | 0 | 13 | 63 | 64 | 51 | 0 | 3D | E4 | 64 | 13 |
| Octal | 0 | 23 | 143 | 144 | 121 | 0 | 75 | 344 | 144 | 23 |
| Binary | 0 | 10011 | 1100011 | 1100100 | 1010001 | 0 | 111101 | 11100100 | 1100100 | 10011 |
Color Harmonies of #001363
Complementary color
Monochromatic Colors of #001363
Black with #001363
Text Example
Text Example
White with #001363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001363; }
p { color: rgb(0,19,99); }
H1.HeaderClassName
{
color: #001363;
}
.AnyTagClassName
{
color: #001363;
}
</style>
background-color css
<style>
a { background-color: #001363; }
a { background-color: rgb(0,19,99); }
div.DivClassName
{
background-color: #001363;
}
.BgClassName
{
background-color: #001363;
}
</style>
border-color css
<style>
span { border-color: #001363; }
span { border-color: rgb(0,19,99); }
td.TdClassName
{
border-color: #001363;
}
.TagClassName
{
border-color: #001363;
}
</style>