Shades of Sapphire #0D2C55
Tints of Sapphire #0D2C55
RGB
CMYK
RGB Variations
Color information
#0D2C55 (or 0x0D2C55) is known color: Sapphire. HEX triplet: 0D, 2C and 55. RGB value is (13,44,85). Sum of RGB (Red+Green+Blue) = 13+44+85=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #0D2C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2C55 is #F2D3AA. Grayscale: #272727. Windows color (decimal): -15913899 or 5581837. OLE color: 5581837.
HSL color Cylindrical-coordinate representation of color #0D2C55: hue angle of 214.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D2C55 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 44 | 85 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.67 |
| HSL | 214.17º | 0.73% | 0.19% | - |
| HSV(B) | 214.17º | 0.85% | 0.33% | - |
| XYZ | 2.71 | 2.54 | 8.94 | - |
| YUV | 39.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 44 | 85 | 0.85 | 0.48 | 0 | 0.67 | 214.17 | 0.73 | 0.19 |
| Hex | D | 2C | 55 | 55 | 30 | 0 | 43 | D6 | 49 | 13 |
| Octal | 15 | 54 | 125 | 125 | 60 | 0 | 103 | 326 | 111 | 23 |
| Binary | 1101 | 101100 | 1010101 | 1010101 | 110000 | 0 | 1000011 | 11010110 | 1001001 | 10011 |
Color Harmonies of #0D2C55
Complementary color
Monochromatic Colors of #0D2C55
Black with #0D2C55
Text Example
Text Example
White with #0D2C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2C55; }
p { color: rgb(13,44,85); }
H1.HeaderClassName
{
color: #0D2C55;
}
.AnyTagClassName
{
color: #0D2C55;
}
</style>
background-color css
<style>
a { background-color: #0D2C55; }
a { background-color: rgb(13,44,85); }
div.DivClassName
{
background-color: #0D2C55;
}
.BgClassName
{
background-color: #0D2C55;
}
</style>
border-color css
<style>
span { border-color: #0D2C55; }
span { border-color: rgb(13,44,85); }
td.TdClassName
{
border-color: #0D2C55;
}
.TagClassName
{
border-color: #0D2C55;
}
</style>