Shades of Smalt #0D3081
Tints of Smalt #0D3081
RGB
CMYK
RGB Variations
Color information
#0D3081 (or 0x0D3081) is known color: Smalt. HEX triplet: 0D, 30 and 81. RGB value is (13,48,129). Sum of RGB (Red+Green+Blue) = 13+48+129=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 129 (50.78% from 255 or 67.89% from 190); Max value from RGB is 129 - color contains mainly: blue. Hex color #0D3081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3081 is #F2CF7E. Grayscale: #2E2E2E. Windows color (decimal): -15912831 or 8466445. OLE color: 8466445.
HSL color Cylindrical-coordinate representation of color #0D3081: hue angle of 221.9º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3081 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 48 | 129 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.49 |
| HSL | 221.9º | 0.82% | 0.28% | - |
| HSV(B) | 221.9º | 0.9% | 0.51% | - |
| XYZ | 5.19 | 3.78 | 21.23 | - |
| YUV | 46.77 | 174.4 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 129 | 0.90 | 0.63 | 0 | 0.49 | 221.9 | 0.82 | 0.28 |
| Hex | D | 30 | 81 | 5A | 3F | 0 | 31 | DE | 52 | 1C |
| Octal | 15 | 60 | 201 | 132 | 77 | 0 | 61 | 336 | 122 | 34 |
| Binary | 1101 | 110000 | 10000001 | 1011010 | 111111 | 0 | 110001 | 11011110 | 1010010 | 11100 |
Color Harmonies of #0D3081
Complementary color
Monochromatic Colors of #0D3081
Black with #0D3081
Text Example
Text Example
White with #0D3081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3081; }
p { color: rgb(13,48,129); }
H1.HeaderClassName
{
color: #0D3081;
}
.AnyTagClassName
{
color: #0D3081;
}
</style>
background-color css
<style>
a { background-color: #0D3081; }
a { background-color: rgb(13,48,129); }
div.DivClassName
{
background-color: #0D3081;
}
.BgClassName
{
background-color: #0D3081;
}
</style>
border-color css
<style>
span { border-color: #0D3081; }
span { border-color: rgb(13,48,129); }
td.TdClassName
{
border-color: #0D3081;
}
.TagClassName
{
border-color: #0D3081;
}
</style>