Shades of Sapphire #0D297B
Tints of Sapphire #0D297B
RGB
CMYK
RGB Variations
Color information
#0D297B (or 0x0D297B) is known color: Sapphire. HEX triplet: 0D, 29 and 7B. RGB value is (13,41,123). Sum of RGB (Red+Green+Blue) = 13+41+123=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 123 (48.44% from 255 or 69.49% from 177); Max value from RGB is 123 - color contains mainly: blue. Hex color #0D297B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D297B is #F2D684. Grayscale: #292929. Windows color (decimal): -15914629 or 8071437. OLE color: 8071437.
HSL color Cylindrical-coordinate representation of color #0D297B: hue angle of 224.73º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D297B is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 13 | 41 | 123 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.52 |
| HSL | 224.73º | 0.81% | 0.27% | - |
| HSV(B) | 224.73º | 0.89% | 0.48% | - |
| XYZ | 4.53 | 3.1 | 19.1 | - |
| YUV | 41.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 123 | 0.89 | 0.67 | 0 | 0.52 | 224.73 | 0.81 | 0.27 |
| Hex | D | 29 | 7B | 59 | 43 | 0 | 34 | E1 | 51 | 1B |
| Octal | 15 | 51 | 173 | 131 | 103 | 0 | 64 | 341 | 121 | 33 |
| Binary | 1101 | 101001 | 1111011 | 1011001 | 1000011 | 0 | 110100 | 11100001 | 1010001 | 11011 |
Color Harmonies of #0D297B
Complementary color
Monochromatic Colors of #0D297B
Black with #0D297B
Text Example
Text Example
White with #0D297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D297B; }
p { color: rgb(13,41,123); }
H1.HeaderClassName
{
color: #0D297B;
}
.AnyTagClassName
{
color: #0D297B;
}
</style>
background-color css
<style>
a { background-color: #0D297B; }
a { background-color: rgb(13,41,123); }
div.DivClassName
{
background-color: #0D297B;
}
.BgClassName
{
background-color: #0D297B;
}
</style>
border-color css
<style>
span { border-color: #0D297B; }
span { border-color: rgb(13,41,123); }
td.TdClassName
{
border-color: #0D297B;
}
.TagClassName
{
border-color: #0D297B;
}
</style>