Shades of Sapphire #0D1450
Tints of Sapphire #0D1450
RGB
CMYK
RGB Variations
Color information
#0D1450 (or 0x0D1450) is known color: Sapphire. HEX triplet: 0D, 14 and 50. RGB value is (13,20,80). Sum of RGB (Red+Green+Blue) = 13+20+80=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 80 (31.64% from 255 or 70.80% from 113); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D1450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1450 is #F2EBAF. Grayscale: #181818. Windows color (decimal): -15920048 or 5248013. OLE color: 5248013.
HSL color Cylindrical-coordinate representation of color #0D1450: hue angle of 233.73º 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 #0D1450 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 20 | 80 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.69 |
| HSL | 233.73º | 0.72% | 0.18% | - |
| HSV(B) | 233.73º | 0.84% | 0.31% | - |
| XYZ | 1.86 | 1.17 | 7.72 | - |
| YUV | 24.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 80 | 0.84 | 0.75 | 0 | 0.69 | 233.73 | 0.72 | 0.18 |
| Hex | D | 14 | 50 | 54 | 4B | 0 | 45 | EA | 48 | 12 |
| Octal | 15 | 24 | 120 | 124 | 113 | 0 | 105 | 352 | 110 | 22 |
| Binary | 1101 | 10100 | 1010000 | 1010100 | 1001011 | 0 | 1000101 | 11101010 | 1001000 | 10010 |
Color Harmonies of #0D1450
Complementary color
Monochromatic Colors of #0D1450
Black with #0D1450
Text Example
Text Example
White with #0D1450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1450; }
p { color: rgb(13,20,80); }
H1.HeaderClassName
{
color: #0D1450;
}
.AnyTagClassName
{
color: #0D1450;
}
</style>
background-color css
<style>
a { background-color: #0D1450; }
a { background-color: rgb(13,20,80); }
div.DivClassName
{
background-color: #0D1450;
}
.BgClassName
{
background-color: #0D1450;
}
</style>
border-color css
<style>
span { border-color: #0D1450; }
span { border-color: rgb(13,20,80); }
td.TdClassName
{
border-color: #0D1450;
}
.TagClassName
{
border-color: #0D1450;
}
</style>