Shades of Sapphire #0D3378
Tints of Sapphire #0D3378
RGB
CMYK
RGB Variations
Color information
#0D3378 (or 0x0D3378) is known color: Sapphire. HEX triplet: 0D, 33 and 78. RGB value is (13,51,120). Sum of RGB (Red+Green+Blue) = 13+51+120=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 120 (47.27% from 255 or 65.22% from 184); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D3378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3378 is #F2CC87. Grayscale: #2F2F2F. Windows color (decimal): -15912072 or 7877389. OLE color: 7877389.
HSL color Cylindrical-coordinate representation of color #0D3378: hue angle of 218.69º 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 #0D3378 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 51 | 120 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.53 |
| HSL | 218.69º | 0.8% | 0.26% | - |
| HSV(B) | 218.69º | 0.89% | 0.47% | - |
| XYZ | 4.74 | 3.81 | 18.25 | - |
| YUV | 47.5 | 168.91 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 120 | 0.89 | 0.58 | 0 | 0.53 | 218.69 | 0.8 | 0.26 |
| Hex | D | 33 | 78 | 59 | 3A | 0 | 35 | DB | 50 | 1A |
| Octal | 15 | 63 | 170 | 131 | 72 | 0 | 65 | 333 | 120 | 32 |
| Binary | 1101 | 110011 | 1111000 | 1011001 | 111010 | 0 | 110101 | 11011011 | 1010000 | 11010 |
Color Harmonies of #0D3378
Complementary color
Monochromatic Colors of #0D3378
Black with #0D3378
Text Example
Text Example
White with #0D3378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3378; }
p { color: rgb(13,51,120); }
H1.HeaderClassName
{
color: #0D3378;
}
.AnyTagClassName
{
color: #0D3378;
}
</style>
background-color css
<style>
a { background-color: #0D3378; }
a { background-color: rgb(13,51,120); }
div.DivClassName
{
background-color: #0D3378;
}
.BgClassName
{
background-color: #0D3378;
}
</style>
border-color css
<style>
span { border-color: #0D3378; }
span { border-color: rgb(13,51,120); }
td.TdClassName
{
border-color: #0D3378;
}
.TagClassName
{
border-color: #0D3378;
}
</style>