Shades of Sapphire #0D296F
Tints of Sapphire #0D296F
RGB
CMYK
RGB Variations
Color information
#0D296F (or 0x0D296F) is known color: Sapphire. HEX triplet: 0D, 29 and 6F. RGB value is (13,41,111). Sum of RGB (Red+Green+Blue) = 13+41+111=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 111 (43.75% from 255 or 67.27% from 165); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D296F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D296F is #F2D690. Grayscale: #282828. Windows color (decimal): -15914641 or 7285005. OLE color: 7285005.
HSL color Cylindrical-coordinate representation of color #0D296F: hue angle of 222.86º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D296F is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 41 | 111 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.56 |
| HSL | 222.86º | 0.79% | 0.24% | - |
| HSV(B) | 222.86º | 0.88% | 0.44% | - |
| XYZ | 3.83 | 2.82 | 15.38 | - |
| YUV | 40.61 | 167.72 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 111 | 0.88 | 0.63 | 0 | 0.56 | 222.86 | 0.79 | 0.24 |
| Hex | D | 29 | 6F | 58 | 3F | 0 | 38 | DF | 4F | 18 |
| Octal | 15 | 51 | 157 | 130 | 77 | 0 | 70 | 337 | 117 | 30 |
| Binary | 1101 | 101001 | 1101111 | 1011000 | 111111 | 0 | 111000 | 11011111 | 1001111 | 11000 |
Color Harmonies of #0D296F
Complementary color
Monochromatic Colors of #0D296F
Black with #0D296F
Text Example
Text Example
White with #0D296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D296F; }
p { color: rgb(13,41,111); }
H1.HeaderClassName
{
color: #0D296F;
}
.AnyTagClassName
{
color: #0D296F;
}
</style>
background-color css
<style>
a { background-color: #0D296F; }
a { background-color: rgb(13,41,111); }
div.DivClassName
{
background-color: #0D296F;
}
.BgClassName
{
background-color: #0D296F;
}
</style>
border-color css
<style>
span { border-color: #0D296F; }
span { border-color: rgb(13,41,111); }
td.TdClassName
{
border-color: #0D296F;
}
.TagClassName
{
border-color: #0D296F;
}
</style>