Shades of Sapphire #0D2751
Tints of Sapphire #0D2751
RGB
CMYK
RGB Variations
Color information
#0D2751 (or 0x0D2751) is known color: Sapphire. HEX triplet: 0D, 27 and 51. RGB value is (13,39,81). Sum of RGB (Red+Green+Blue) = 13+39+81=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D2751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2751 is #F2D8AE. Grayscale: #232323. Windows color (decimal): -15915183 or 5318413. OLE color: 5318413.
HSL color Cylindrical-coordinate representation of color #0D2751: hue angle of 217.06º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D2751 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 39 | 81 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.68 |
| HSL | 217.06º | 0.72% | 0.18% | - |
| HSV(B) | 217.06º | 0.84% | 0.32% | - |
| XYZ | 2.38 | 2.13 | 8.07 | - |
| YUV | 36.01 | 153.39 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 39 | 81 | 0.84 | 0.52 | 0 | 0.68 | 217.06 | 0.72 | 0.18 |
| Hex | D | 27 | 51 | 54 | 34 | 0 | 44 | D9 | 48 | 12 |
| Octal | 15 | 47 | 121 | 124 | 64 | 0 | 104 | 331 | 110 | 22 |
| Binary | 1101 | 100111 | 1010001 | 1010100 | 110100 | 0 | 1000100 | 11011001 | 1001000 | 10010 |
Color Harmonies of #0D2751
Complementary color
Monochromatic Colors of #0D2751
Black with #0D2751
Text Example
Text Example
White with #0D2751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2751; }
p { color: rgb(13,39,81); }
H1.HeaderClassName
{
color: #0D2751;
}
.AnyTagClassName
{
color: #0D2751;
}
</style>
background-color css
<style>
a { background-color: #0D2751; }
a { background-color: rgb(13,39,81); }
div.DivClassName
{
background-color: #0D2751;
}
.BgClassName
{
background-color: #0D2751;
}
</style>
border-color css
<style>
span { border-color: #0D2751; }
span { border-color: rgb(13,39,81); }
td.TdClassName
{
border-color: #0D2751;
}
.TagClassName
{
border-color: #0D2751;
}
</style>