Shades of Sapphire #0D3179
Tints of Sapphire #0D3179
RGB
CMYK
RGB Variations
Color information
#0D3179 (or 0x0D3179) is known color: Sapphire. HEX triplet: 0D, 31 and 79. RGB value is (13,49,121). Sum of RGB (Red+Green+Blue) = 13+49+121=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 121 (47.66% from 255 or 66.12% from 183); Max value from RGB is 121 - color contains mainly: blue. Hex color #0D3179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3179 is #F2CE86. Grayscale: #2E2E2E. Windows color (decimal): -15912583 or 7942413. OLE color: 7942413.
HSL color Cylindrical-coordinate representation of color #0D3179: hue angle of 220º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D3179 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 49 | 121 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.53 |
| HSL | 220º | 0.81% | 0.26% | - |
| HSV(B) | 220º | 0.89% | 0.47% | - |
| XYZ | 4.72 | 3.66 | 18.55 | - |
| YUV | 46.44 | 170.07 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 49 | 121 | 0.89 | 0.60 | 0 | 0.53 | 220 | 0.81 | 0.26 |
| Hex | D | 31 | 79 | 59 | 3C | 0 | 35 | DC | 51 | 1A |
| Octal | 15 | 61 | 171 | 131 | 74 | 0 | 65 | 334 | 121 | 32 |
| Binary | 1101 | 110001 | 1111001 | 1011001 | 111100 | 0 | 110101 | 11011100 | 1010001 | 11010 |
Color Harmonies of #0D3179
Complementary color
Monochromatic Colors of #0D3179
Black with #0D3179
Text Example
Text Example
White with #0D3179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3179; }
p { color: rgb(13,49,121); }
H1.HeaderClassName
{
color: #0D3179;
}
.AnyTagClassName
{
color: #0D3179;
}
</style>
background-color css
<style>
a { background-color: #0D3179; }
a { background-color: rgb(13,49,121); }
div.DivClassName
{
background-color: #0D3179;
}
.BgClassName
{
background-color: #0D3179;
}
</style>
border-color css
<style>
span { border-color: #0D3179; }
span { border-color: rgb(13,49,121); }
td.TdClassName
{
border-color: #0D3179;
}
.TagClassName
{
border-color: #0D3179;
}
</style>