Shades of Sapphire #0D2865
Tints of Sapphire #0D2865
RGB
CMYK
RGB Variations
Color information
#0D2865 (or 0x0D2865) is known color: Sapphire. HEX triplet: 0D, 28 and 65. RGB value is (13,40,101). Sum of RGB (Red+Green+Blue) = 13+40+101=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 101 (39.84% from 255 or 65.58% from 154); Max value from RGB is 101 - color contains mainly: blue. Hex color #0D2865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2865 is #F2D79A. Grayscale: #262626. Windows color (decimal): -15914907 or 6629389. OLE color: 6629389.
HSL color Cylindrical-coordinate representation of color #0D2865: hue angle of 221.59º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D2865 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 13 | 40 | 101 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.60 |
| HSL | 221.59º | 0.77% | 0.22% | - |
| HSV(B) | 221.59º | 0.87% | 0.4% | - |
| XYZ | 3.27 | 2.54 | 12.63 | - |
| YUV | 38.88 | 163.05 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 101 | 0.87 | 0.60 | 0 | 0.60 | 221.59 | 0.77 | 0.22 |
| Hex | D | 28 | 65 | 57 | 3C | 0 | 3C | DE | 4D | 16 |
| Octal | 15 | 50 | 145 | 127 | 74 | 0 | 74 | 336 | 115 | 26 |
| Binary | 1101 | 101000 | 1100101 | 1010111 | 111100 | 0 | 111100 | 11011110 | 1001101 | 10110 |
Color Harmonies of #0D2865
Complementary color
Monochromatic Colors of #0D2865
Black with #0D2865
Text Example
Text Example
White with #0D2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2865; }
p { color: rgb(13,40,101); }
H1.HeaderClassName
{
color: #0D2865;
}
.AnyTagClassName
{
color: #0D2865;
}
</style>
background-color css
<style>
a { background-color: #0D2865; }
a { background-color: rgb(13,40,101); }
div.DivClassName
{
background-color: #0D2865;
}
.BgClassName
{
background-color: #0D2865;
}
</style>
border-color css
<style>
span { border-color: #0D2865; }
span { border-color: rgb(13,40,101); }
td.TdClassName
{
border-color: #0D2865;
}
.TagClassName
{
border-color: #0D2865;
}
</style>