Shades of Sapphire #0D2D76
Tints of Sapphire #0D2D76
RGB
CMYK
RGB Variations
Color information
#0D2D76 (or 0x0D2D76) is known color: Sapphire. HEX triplet: 0D, 2D and 76. RGB value is (13,45,118). Sum of RGB (Red+Green+Blue) = 13+45+118=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #0D2D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2D76 is #F2D289. Grayscale: #2B2B2B. Windows color (decimal): -15913610 or 7744781. OLE color: 7744781.
HSL color Cylindrical-coordinate representation of color #0D2D76: hue angle of 221.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D2D76 is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 45 | 118 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.54 |
| HSL | 221.71º | 0.8% | 0.26% | - |
| HSV(B) | 221.71º | 0.89% | 0.46% | - |
| XYZ | 4.37 | 3.27 | 17.54 | - |
| YUV | 43.75 | 169.9 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 45 | 118 | 0.89 | 0.62 | 0 | 0.54 | 221.71 | 0.8 | 0.26 |
| Hex | D | 2D | 76 | 59 | 3E | 0 | 36 | DE | 50 | 1A |
| Octal | 15 | 55 | 166 | 131 | 76 | 0 | 66 | 336 | 120 | 32 |
| Binary | 1101 | 101101 | 1110110 | 1011001 | 111110 | 0 | 110110 | 11011110 | 1010000 | 11010 |
Color Harmonies of #0D2D76
Complementary color
Monochromatic Colors of #0D2D76
Black with #0D2D76
Text Example
Text Example
White with #0D2D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2D76; }
p { color: rgb(13,45,118); }
H1.HeaderClassName
{
color: #0D2D76;
}
.AnyTagClassName
{
color: #0D2D76;
}
</style>
background-color css
<style>
a { background-color: #0D2D76; }
a { background-color: rgb(13,45,118); }
div.DivClassName
{
background-color: #0D2D76;
}
.BgClassName
{
background-color: #0D2D76;
}
</style>
border-color css
<style>
span { border-color: #0D2D76; }
span { border-color: rgb(13,45,118); }
td.TdClassName
{
border-color: #0D2D76;
}
.TagClassName
{
border-color: #0D2D76;
}
</style>