Shades of Sapphire #0D2C6D
Tints of Sapphire #0D2C6D
RGB
CMYK
RGB Variations
Color information
#0D2C6D (or 0x0D2C6D) is known color: Sapphire. HEX triplet: 0D, 2C and 6D. RGB value is (13,44,109). Sum of RGB (Red+Green+Blue) = 13+44+109=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 109 (42.97% from 255 or 65.66% from 166); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D2C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2C6D is #F2D392. Grayscale: #292929. Windows color (decimal): -15913875 or 7154701. OLE color: 7154701.
HSL color Cylindrical-coordinate representation of color #0D2C6D: hue angle of 220.62º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D2C6D is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 13 | 44 | 109 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.57 |
| HSL | 220.63º | 0.79% | 0.24% | - |
| HSV(B) | 220.63º | 0.88% | 0.43% | - |
| XYZ | 3.83 | 2.99 | 14.84 | - |
| YUV | 42.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 44 | 109 | 0.88 | 0.60 | 0 | 0.57 | 220.63 | 0.79 | 0.24 |
| Hex | D | 2C | 6D | 58 | 3C | 0 | 39 | DD | 4F | 18 |
| Octal | 15 | 54 | 155 | 130 | 74 | 0 | 71 | 335 | 117 | 30 |
| Binary | 1101 | 101100 | 1101101 | 1011000 | 111100 | 0 | 111001 | 11011101 | 1001111 | 11000 |
Color Harmonies of #0D2C6D
Complementary color
Monochromatic Colors of #0D2C6D
Black with #0D2C6D
Text Example
Text Example
White with #0D2C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2C6D; }
p { color: rgb(13,44,109); }
H1.HeaderClassName
{
color: #0D2C6D;
}
.AnyTagClassName
{
color: #0D2C6D;
}
</style>
background-color css
<style>
a { background-color: #0D2C6D; }
a { background-color: rgb(13,44,109); }
div.DivClassName
{
background-color: #0D2C6D;
}
.BgClassName
{
background-color: #0D2C6D;
}
</style>
border-color css
<style>
span { border-color: #0D2C6D; }
span { border-color: rgb(13,44,109); }
td.TdClassName
{
border-color: #0D2C6D;
}
.TagClassName
{
border-color: #0D2C6D;
}
</style>