Shades of Sapphire #0D2D69
Tints of Sapphire #0D2D69
RGB
CMYK
RGB Variations
Color information
#0D2D69 (or 0x0D2D69) is known color: Sapphire. HEX triplet: 0D, 2D and 69. RGB value is (13,45,105). Sum of RGB (Red+Green+Blue) = 13+45+105=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #0D2D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2D69 is #F2D296. Grayscale: #2A2A2A. Windows color (decimal): -15913623 or 6892813. OLE color: 6892813.
HSL color Cylindrical-coordinate representation of color #0D2D69: hue angle of 219.13º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D2D69 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 45 | 105 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.59 |
| HSL | 219.13º | 0.78% | 0.23% | - |
| HSV(B) | 219.13º | 0.88% | 0.41% | - |
| XYZ | 3.65 | 2.98 | 13.75 | - |
| YUV | 42.27 | 163.4 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 45 | 105 | 0.88 | 0.57 | 0 | 0.59 | 219.13 | 0.78 | 0.23 |
| Hex | D | 2D | 69 | 58 | 39 | 0 | 3B | DB | 4E | 17 |
| Octal | 15 | 55 | 151 | 130 | 71 | 0 | 73 | 333 | 116 | 27 |
| Binary | 1101 | 101101 | 1101001 | 1011000 | 111001 | 0 | 111011 | 11011011 | 1001110 | 10111 |
Color Harmonies of #0D2D69
Complementary color
Monochromatic Colors of #0D2D69
Black with #0D2D69
Text Example
Text Example
White with #0D2D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2D69; }
p { color: rgb(13,45,105); }
H1.HeaderClassName
{
color: #0D2D69;
}
.AnyTagClassName
{
color: #0D2D69;
}
</style>
background-color css
<style>
a { background-color: #0D2D69; }
a { background-color: rgb(13,45,105); }
div.DivClassName
{
background-color: #0D2D69;
}
.BgClassName
{
background-color: #0D2D69;
}
</style>
border-color css
<style>
span { border-color: #0D2D69; }
span { border-color: rgb(13,45,105); }
td.TdClassName
{
border-color: #0D2D69;
}
.TagClassName
{
border-color: #0D2D69;
}
</style>