Shades of Sapphire #0D2C71
Tints of Sapphire #0D2C71
RGB
CMYK
RGB Variations
Color information
#0D2C71 (or 0x0D2C71) is known color: Sapphire. HEX triplet: 0D, 2C and 71. RGB value is (13,44,113). Sum of RGB (Red+Green+Blue) = 13+44+113=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D2C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2C71 is #F2D38E. Grayscale: #2A2A2A. Windows color (decimal): -15913871 or 7416845. OLE color: 7416845.
HSL color Cylindrical-coordinate representation of color #0D2C71: hue angle of 221.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D2C71 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 44 | 113 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.56 |
| HSL | 221.4º | 0.79% | 0.25% | - |
| HSV(B) | 221.4º | 0.88% | 0.44% | - |
| XYZ | 4.05 | 3.08 | 16 | - |
| YUV | 42.6 | 167.73 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 44 | 113 | 0.88 | 0.61 | 0 | 0.56 | 221.4 | 0.79 | 0.25 |
| Hex | D | 2C | 71 | 58 | 3D | 0 | 38 | DD | 4F | 19 |
| Octal | 15 | 54 | 161 | 130 | 75 | 0 | 70 | 335 | 117 | 31 |
| Binary | 1101 | 101100 | 1110001 | 1011000 | 111101 | 0 | 111000 | 11011101 | 1001111 | 11001 |
Color Harmonies of #0D2C71
Complementary color
Monochromatic Colors of #0D2C71
Black with #0D2C71
Text Example
Text Example
White with #0D2C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2C71; }
p { color: rgb(13,44,113); }
H1.HeaderClassName
{
color: #0D2C71;
}
.AnyTagClassName
{
color: #0D2C71;
}
</style>
background-color css
<style>
a { background-color: #0D2C71; }
a { background-color: rgb(13,44,113); }
div.DivClassName
{
background-color: #0D2C71;
}
.BgClassName
{
background-color: #0D2C71;
}
</style>
border-color css
<style>
span { border-color: #0D2C71; }
span { border-color: rgb(13,44,113); }
td.TdClassName
{
border-color: #0D2C71;
}
.TagClassName
{
border-color: #0D2C71;
}
</style>