Shades of Sapphire #001353
Tints of Sapphire #001353
RGB
CMYK
RGB Variations
Color information
#001353 (or 0x001353) is known color: Sapphire. HEX triplet: 00, 13 and 53. RGB value is (0,19,83). Sum of RGB (Red+Green+Blue) = 0+19+83=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 83 (32.81% from 255 or 81.37% from 102); Max value from RGB is 83 - color contains mainly: blue. Hex color #001353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001353 is #FFECAC. Grayscale: #141414. Windows color (decimal): -16772269 or 5444352. OLE color: 5444352.
HSL color Cylindrical-coordinate representation of color #001353: hue angle of 226.27º 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 #001353 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 19 | 83 | - |
| CMYK | 1 | 0.77 | 0 | 0.67 |
| HSL | 226.27º | 1% | 0.16% | - |
| HSV(B) | 226.27º | 1% | 0.33% | - |
| XYZ | 1.79 | 1.09 | 8.3 | - |
| YUV | 20.62 | 163.21 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 83 | 1 | 0.77 | 0 | 0.67 | 226.27 | 1 | 0.16 |
| Hex | 0 | 13 | 53 | 64 | 4D | 0 | 43 | E2 | 64 | 10 |
| Octal | 0 | 23 | 123 | 144 | 115 | 0 | 103 | 342 | 144 | 20 |
| Binary | 0 | 10011 | 1010011 | 1100100 | 1001101 | 0 | 1000011 | 11100010 | 1100100 | 10000 |
Color Harmonies of #001353
Complementary color
Monochromatic Colors of #001353
Black with #001353
Text Example
Text Example
White with #001353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001353; }
p { color: rgb(0,19,83); }
H1.HeaderClassName
{
color: #001353;
}
.AnyTagClassName
{
color: #001353;
}
</style>
background-color css
<style>
a { background-color: #001353; }
a { background-color: rgb(0,19,83); }
div.DivClassName
{
background-color: #001353;
}
.BgClassName
{
background-color: #001353;
}
</style>
border-color css
<style>
span { border-color: #001353; }
span { border-color: rgb(0,19,83); }
td.TdClassName
{
border-color: #001353;
}
.TagClassName
{
border-color: #001353;
}
</style>