Shades of Sapphire #0D3080
Tints of Sapphire #0D3080
RGB
CMYK
RGB Variations
Color information
#0D3080 (or 0x0D3080) is known color: Sapphire. HEX triplet: 0D, 30 and 80. RGB value is (13,48,128). Sum of RGB (Red+Green+Blue) = 13+48+128=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 128 (50.39% from 255 or 67.72% from 189); Max value from RGB is 128 - color contains mainly: blue. Hex color #0D3080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3080 is #F2CF7F. Grayscale: #2E2E2E. Windows color (decimal): -15912832 or 8400909. OLE color: 8400909.
HSL color Cylindrical-coordinate representation of color #0D3080: hue angle of 221.74º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3080 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 48 | 128 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.50 |
| HSL | 221.74º | 0.82% | 0.28% | - |
| HSV(B) | 221.74º | 0.9% | 0.5% | - |
| XYZ | 5.12 | 3.76 | 20.88 | - |
| YUV | 46.66 | 173.9 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 128 | 0.90 | 0.62 | 0 | 0.50 | 221.74 | 0.82 | 0.28 |
| Hex | D | 30 | 80 | 5A | 3E | 0 | 32 | DE | 52 | 1C |
| Octal | 15 | 60 | 200 | 132 | 76 | 0 | 62 | 336 | 122 | 34 |
| Binary | 1101 | 110000 | 10000000 | 1011010 | 111110 | 0 | 110010 | 11011110 | 1010010 | 11100 |
Color Harmonies of #0D3080
Complementary color
Monochromatic Colors of #0D3080
Black with #0D3080
Text Example
Text Example
White with #0D3080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3080; }
p { color: rgb(13,48,128); }
H1.HeaderClassName
{
color: #0D3080;
}
.AnyTagClassName
{
color: #0D3080;
}
</style>
background-color css
<style>
a { background-color: #0D3080; }
a { background-color: rgb(13,48,128); }
div.DivClassName
{
background-color: #0D3080;
}
.BgClassName
{
background-color: #0D3080;
}
</style>
border-color css
<style>
span { border-color: #0D3080; }
span { border-color: rgb(13,48,128); }
td.TdClassName
{
border-color: #0D3080;
}
.TagClassName
{
border-color: #0D3080;
}
</style>