Shades of Smalt #0D3089
Tints of Smalt #0D3089
RGB
CMYK
RGB Variations
Color information
#0D3089 (or 0x0D3089) is known color: Smalt. HEX triplet: 0D, 30 and 89. RGB value is (13,48,137). Sum of RGB (Red+Green+Blue) = 13+48+137=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 137 (53.91% from 255 or 69.19% from 198); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D3089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3089 is #F2CF76. Grayscale: #2F2F2F. Windows color (decimal): -15912823 or 8990733. OLE color: 8990733.
HSL color Cylindrical-coordinate representation of color #0D3089: hue angle of 223.06º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D3089 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 48 | 137 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.46 |
| HSL | 223.06º | 0.83% | 0.29% | - |
| HSV(B) | 223.06º | 0.91% | 0.54% | - |
| XYZ | 5.74 | 4.01 | 24.14 | - |
| YUV | 47.68 | 178.4 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 137 | 0.91 | 0.65 | 0 | 0.46 | 223.06 | 0.83 | 0.29 |
| Hex | D | 30 | 89 | 5B | 41 | 0 | 2E | DF | 53 | 1D |
| Octal | 15 | 60 | 211 | 133 | 101 | 0 | 56 | 337 | 123 | 35 |
| Binary | 1101 | 110000 | 10001001 | 1011011 | 1000001 | 0 | 101110 | 11011111 | 1010011 | 11101 |
Color Harmonies of #0D3089
Complementary color
Monochromatic Colors of #0D3089
Black with #0D3089
Text Example
Text Example
White with #0D3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3089; }
p { color: rgb(13,48,137); }
H1.HeaderClassName
{
color: #0D3089;
}
.AnyTagClassName
{
color: #0D3089;
}
</style>
background-color css
<style>
a { background-color: #0D3089; }
a { background-color: rgb(13,48,137); }
div.DivClassName
{
background-color: #0D3089;
}
.BgClassName
{
background-color: #0D3089;
}
</style>
border-color css
<style>
span { border-color: #0D3089; }
span { border-color: rgb(13,48,137); }
td.TdClassName
{
border-color: #0D3089;
}
.TagClassName
{
border-color: #0D3089;
}
</style>