Shades of Sapphire #0D1550
Tints of Sapphire #0D1550
RGB
CMYK
RGB Variations
Color information
#0D1550 (or 0x0D1550) is known color: Sapphire. HEX triplet: 0D, 15 and 50. RGB value is (13,21,80). Sum of RGB (Red+Green+Blue) = 13+21+80=114 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.40% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 80 (31.64% from 255 or 70.18% from 114); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D1550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1550 is #F2EAAF. Grayscale: #191919. Windows color (decimal): -15919792 or 5248269. OLE color: 5248269.
HSL color Cylindrical-coordinate representation of color #0D1550: hue angle of 232.84º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D1550 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 21 | 80 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.69 |
| HSL | 232.84º | 0.72% | 0.18% | - |
| HSV(B) | 232.84º | 0.84% | 0.31% | - |
| XYZ | 1.88 | 1.2 | 7.72 | - |
| YUV | 25.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 80 | 0.84 | 0.74 | 0 | 0.69 | 232.84 | 0.72 | 0.18 |
| Hex | D | 15 | 50 | 54 | 4A | 0 | 45 | E9 | 48 | 12 |
| Octal | 15 | 25 | 120 | 124 | 112 | 0 | 105 | 351 | 110 | 22 |
| Binary | 1101 | 10101 | 1010000 | 1010100 | 1001010 | 0 | 1000101 | 11101001 | 1001000 | 10010 |
Color Harmonies of #0D1550
Complementary color
Monochromatic Colors of #0D1550
Black with #0D1550
Text Example
Text Example
White with #0D1550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1550; }
p { color: rgb(13,21,80); }
H1.HeaderClassName
{
color: #0D1550;
}
.AnyTagClassName
{
color: #0D1550;
}
</style>
background-color css
<style>
a { background-color: #0D1550; }
a { background-color: rgb(13,21,80); }
div.DivClassName
{
background-color: #0D1550;
}
.BgClassName
{
background-color: #0D1550;
}
</style>
border-color css
<style>
span { border-color: #0D1550; }
span { border-color: rgb(13,21,80); }
td.TdClassName
{
border-color: #0D1550;
}
.TagClassName
{
border-color: #0D1550;
}
</style>