Shades of Sapphire #0D1350
Tints of Sapphire #0D1350
RGB
CMYK
RGB Variations
Color information
#0D1350 (or 0x0D1350) is known color: Sapphire. HEX triplet: 0D, 13 and 50. RGB value is (13,19,80). Sum of RGB (Red+Green+Blue) = 13+19+80=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 80 (31.64% from 255 or 71.43% from 112); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D1350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1350 is #F2ECAF. Grayscale: #171717. Windows color (decimal): -15920304 or 5247757. OLE color: 5247757.
HSL color Cylindrical-coordinate representation of color #0D1350: hue angle of 234.63º 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 #0D1350 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 19 | 80 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.69 |
| HSL | 234.63º | 0.72% | 0.18% | - |
| HSV(B) | 234.63º | 0.84% | 0.31% | - |
| XYZ | 1.85 | 1.13 | 7.71 | - |
| YUV | 24.16 | 159.51 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 80 | 0.84 | 0.76 | 0 | 0.69 | 234.63 | 0.72 | 0.18 |
| Hex | D | 13 | 50 | 54 | 4C | 0 | 45 | EB | 48 | 12 |
| Octal | 15 | 23 | 120 | 124 | 114 | 0 | 105 | 353 | 110 | 22 |
| Binary | 1101 | 10011 | 1010000 | 1010100 | 1001100 | 0 | 1000101 | 11101011 | 1001000 | 10010 |
Color Harmonies of #0D1350
Complementary color
Monochromatic Colors of #0D1350
Black with #0D1350
Text Example
Text Example
White with #0D1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1350; }
p { color: rgb(13,19,80); }
H1.HeaderClassName
{
color: #0D1350;
}
.AnyTagClassName
{
color: #0D1350;
}
</style>
background-color css
<style>
a { background-color: #0D1350; }
a { background-color: rgb(13,19,80); }
div.DivClassName
{
background-color: #0D1350;
}
.BgClassName
{
background-color: #0D1350;
}
</style>
border-color css
<style>
span { border-color: #0D1350; }
span { border-color: rgb(13,19,80); }
td.TdClassName
{
border-color: #0D1350;
}
.TagClassName
{
border-color: #0D1350;
}
</style>