Shades of Sapphire #0D1553
Tints of Sapphire #0D1553
RGB
CMYK
RGB Variations
Color information
#0D1553 (or 0x0D1553) is known color: Sapphire. HEX triplet: 0D, 15 and 53. RGB value is (13,21,83). Sum of RGB (Red+Green+Blue) = 13+21+83=117 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.11% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D1553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1553 is #F2EAAC. Grayscale: #191919. Windows color (decimal): -15919789 or 5444877. OLE color: 5444877.
HSL color Cylindrical-coordinate representation of color #0D1553: hue angle of 233.14º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D1553 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 21 | 83 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.67 |
| HSL | 233.14º | 0.73% | 0.19% | - |
| HSV(B) | 233.14º | 0.84% | 0.33% | - |
| XYZ | 2 | 1.25 | 8.32 | - |
| YUV | 25.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 83 | 0.84 | 0.75 | 0 | 0.67 | 233.14 | 0.73 | 0.19 |
| Hex | D | 15 | 53 | 54 | 4B | 0 | 43 | E9 | 49 | 13 |
| Octal | 15 | 25 | 123 | 124 | 113 | 0 | 103 | 351 | 111 | 23 |
| Binary | 1101 | 10101 | 1010011 | 1010100 | 1001011 | 0 | 1000011 | 11101001 | 1001001 | 10011 |
Color Harmonies of #0D1553
Complementary color
Monochromatic Colors of #0D1553
Black with #0D1553
Text Example
Text Example
White with #0D1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1553; }
p { color: rgb(13,21,83); }
H1.HeaderClassName
{
color: #0D1553;
}
.AnyTagClassName
{
color: #0D1553;
}
</style>
background-color css
<style>
a { background-color: #0D1553; }
a { background-color: rgb(13,21,83); }
div.DivClassName
{
background-color: #0D1553;
}
.BgClassName
{
background-color: #0D1553;
}
</style>
border-color css
<style>
span { border-color: #0D1553; }
span { border-color: rgb(13,21,83); }
td.TdClassName
{
border-color: #0D1553;
}
.TagClassName
{
border-color: #0D1553;
}
</style>