Shades of Sapphire #0D2F61
Tints of Sapphire #0D2F61
RGB
CMYK
RGB Variations
Color information
#0D2F61 (or 0x0D2F61) is known color: Sapphire. HEX triplet: 0D, 2F and 61. RGB value is (13,47,97). Sum of RGB (Red+Green+Blue) = 13+47+97=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #0D2F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2F61 is #F2D09E. Grayscale: #2A2A2A. Windows color (decimal): -15913119 or 6369037. OLE color: 6369037.
HSL color Cylindrical-coordinate representation of color #0D2F61: hue angle of 215.71º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D2F61 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 47 | 97 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.62 |
| HSL | 215.71º | 0.76% | 0.22% | - |
| HSV(B) | 215.71º | 0.87% | 0.38% | - |
| XYZ | 3.34 | 2.98 | 11.71 | - |
| YUV | 42.53 | 158.74 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 47 | 97 | 0.87 | 0.52 | 0 | 0.62 | 215.71 | 0.76 | 0.22 |
| Hex | D | 2F | 61 | 57 | 34 | 0 | 3E | D8 | 4C | 16 |
| Octal | 15 | 57 | 141 | 127 | 64 | 0 | 76 | 330 | 114 | 26 |
| Binary | 1101 | 101111 | 1100001 | 1010111 | 110100 | 0 | 111110 | 11011000 | 1001100 | 10110 |
Color Harmonies of #0D2F61
Complementary color
Monochromatic Colors of #0D2F61
Black with #0D2F61
Text Example
Text Example
White with #0D2F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2F61; }
p { color: rgb(13,47,97); }
H1.HeaderClassName
{
color: #0D2F61;
}
.AnyTagClassName
{
color: #0D2F61;
}
</style>
background-color css
<style>
a { background-color: #0D2F61; }
a { background-color: rgb(13,47,97); }
div.DivClassName
{
background-color: #0D2F61;
}
.BgClassName
{
background-color: #0D2F61;
}
</style>
border-color css
<style>
span { border-color: #0D2F61; }
span { border-color: rgb(13,47,97); }
td.TdClassName
{
border-color: #0D2F61;
}
.TagClassName
{
border-color: #0D2F61;
}
</style>