Shades of Sapphire #0D2C72
Tints of Sapphire #0D2C72
RGB
CMYK
RGB Variations
Color information
#0D2C72 (or 0x0D2C72) is known color: Sapphire. HEX triplet: 0D, 2C and 72. RGB value is (13,44,114). Sum of RGB (Red+Green+Blue) = 13+44+114=171 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.60% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #0D2C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2C72 is #F2D38D. Grayscale: #2A2A2A. Windows color (decimal): -15913870 or 7482381. OLE color: 7482381.
HSL color Cylindrical-coordinate representation of color #0D2C72: hue angle of 221.58º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D2C72 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 44 | 114 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.55 |
| HSL | 221.58º | 0.8% | 0.25% | - |
| HSV(B) | 221.58º | 0.89% | 0.45% | - |
| XYZ | 4.1 | 3.1 | 16.3 | - |
| YUV | 42.71 | 168.23 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 44 | 114 | 0.89 | 0.61 | 0 | 0.55 | 221.58 | 0.8 | 0.25 |
| Hex | D | 2C | 72 | 59 | 3D | 0 | 37 | DE | 50 | 19 |
| Octal | 15 | 54 | 162 | 131 | 75 | 0 | 67 | 336 | 120 | 31 |
| Binary | 1101 | 101100 | 1110010 | 1011001 | 111101 | 0 | 110111 | 11011110 | 1010000 | 11001 |
Color Harmonies of #0D2C72
Complementary color
Monochromatic Colors of #0D2C72
Black with #0D2C72
Text Example
Text Example
White with #0D2C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2C72; }
p { color: rgb(13,44,114); }
H1.HeaderClassName
{
color: #0D2C72;
}
.AnyTagClassName
{
color: #0D2C72;
}
</style>
background-color css
<style>
a { background-color: #0D2C72; }
a { background-color: rgb(13,44,114); }
div.DivClassName
{
background-color: #0D2C72;
}
.BgClassName
{
background-color: #0D2C72;
}
</style>
border-color css
<style>
span { border-color: #0D2C72; }
span { border-color: rgb(13,44,114); }
td.TdClassName
{
border-color: #0D2C72;
}
.TagClassName
{
border-color: #0D2C72;
}
</style>