Shades of Smalt #0D3290
Tints of Smalt #0D3290
RGB
CMYK
RGB Variations
Color information
#0D3290 (or 0x0D3290) is known color: Smalt. HEX triplet: 0D, 32 and 90. RGB value is (13,50,144). Sum of RGB (Red+Green+Blue) = 13+50+144=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D3290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3290 is #F2CD6F. Grayscale: #313131. Windows color (decimal): -15912304 or 9449997. OLE color: 9449997.
HSL color Cylindrical-coordinate representation of color #0D3290: hue angle of 223.05º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D3290 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 50 | 144 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.44 |
| HSL | 223.05º | 0.83% | 0.31% | - |
| HSV(B) | 223.05º | 0.91% | 0.56% | - |
| XYZ | 6.34 | 4.38 | 26.9 | - |
| YUV | 49.65 | 181.24 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 144 | 0.91 | 0.65 | 0 | 0.44 | 223.05 | 0.83 | 0.31 |
| Hex | D | 32 | 90 | 5B | 41 | 0 | 2C | DF | 53 | 1F |
| Octal | 15 | 62 | 220 | 133 | 101 | 0 | 54 | 337 | 123 | 37 |
| Binary | 1101 | 110010 | 10010000 | 1011011 | 1000001 | 0 | 101100 | 11011111 | 1010011 | 11111 |
Color Harmonies of #0D3290
Complementary color
Monochromatic Colors of #0D3290
Black with #0D3290
Text Example
Text Example
White with #0D3290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3290; }
p { color: rgb(13,50,144); }
H1.HeaderClassName
{
color: #0D3290;
}
.AnyTagClassName
{
color: #0D3290;
}
</style>
background-color css
<style>
a { background-color: #0D3290; }
a { background-color: rgb(13,50,144); }
div.DivClassName
{
background-color: #0D3290;
}
.BgClassName
{
background-color: #0D3290;
}
</style>
border-color css
<style>
span { border-color: #0D3290; }
span { border-color: rgb(13,50,144); }
td.TdClassName
{
border-color: #0D3290;
}
.TagClassName
{
border-color: #0D3290;
}
</style>