Shades of Sapphire #0D2C78
Tints of Sapphire #0D2C78
RGB
CMYK
RGB Variations
Color information
#0D2C78 (or 0x0D2C78) is known color: Sapphire. HEX triplet: 0D, 2C and 78. RGB value is (13,44,120). Sum of RGB (Red+Green+Blue) = 13+44+120=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D2C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2C78 is #F2D387. Grayscale: #2B2B2B. Windows color (decimal): -15913864 or 7875597. OLE color: 7875597.
HSL color Cylindrical-coordinate representation of color #0D2C78: hue angle of 222.62º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D2C78 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 44 | 120 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.53 |
| HSL | 222.62º | 0.8% | 0.26% | - |
| HSV(B) | 222.62º | 0.89% | 0.47% | - |
| XYZ | 4.46 | 3.24 | 18.16 | - |
| YUV | 43.4 | 171.23 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 44 | 120 | 0.89 | 0.63 | 0 | 0.53 | 222.62 | 0.8 | 0.26 |
| Hex | D | 2C | 78 | 59 | 3F | 0 | 35 | DF | 50 | 1A |
| Octal | 15 | 54 | 170 | 131 | 77 | 0 | 65 | 337 | 120 | 32 |
| Binary | 1101 | 101100 | 1111000 | 1011001 | 111111 | 0 | 110101 | 11011111 | 1010000 | 11010 |
Color Harmonies of #0D2C78
Complementary color
Monochromatic Colors of #0D2C78
Black with #0D2C78
Text Example
Text Example
White with #0D2C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2C78; }
p { color: rgb(13,44,120); }
H1.HeaderClassName
{
color: #0D2C78;
}
.AnyTagClassName
{
color: #0D2C78;
}
</style>
background-color css
<style>
a { background-color: #0D2C78; }
a { background-color: rgb(13,44,120); }
div.DivClassName
{
background-color: #0D2C78;
}
.BgClassName
{
background-color: #0D2C78;
}
</style>
border-color css
<style>
span { border-color: #0D2C78; }
span { border-color: rgb(13,44,120); }
td.TdClassName
{
border-color: #0D2C78;
}
.TagClassName
{
border-color: #0D2C78;
}
</style>