Shades of Smalt #0D4098
Tints of Smalt #0D4098
RGB
CMYK
RGB Variations
Color information
#0D4098 (or 0x0D4098) is known color: Smalt. HEX triplet: 0D, 40 and 98. RGB value is (13,64,152). Sum of RGB (Red+Green+Blue) = 13+64+152=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #0D4098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4098 is #F2BF67. Grayscale: #3A3A3A. Windows color (decimal): -15908712 or 9977869. OLE color: 9977869.
HSL color Cylindrical-coordinate representation of color #0D4098: hue angle of 217.99º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D4098 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 64 | 152 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.40 |
| HSL | 217.99º | 0.84% | 0.32% | - |
| HSV(B) | 217.99º | 0.91% | 0.6% | - |
| XYZ | 7.67 | 6.02 | 30.46 | - |
| YUV | 58.78 | 180.6 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 64 | 152 | 0.91 | 0.58 | 0 | 0.40 | 217.99 | 0.84 | 0.32 |
| Hex | D | 40 | 98 | 5B | 3A | 0 | 28 | DA | 54 | 20 |
| Octal | 15 | 100 | 230 | 133 | 72 | 0 | 50 | 332 | 124 | 40 |
| Binary | 1101 | 1000000 | 10011000 | 1011011 | 111010 | 0 | 101000 | 11011010 | 1010100 | 100000 |
Color Harmonies of #0D4098
Complementary color
Monochromatic Colors of #0D4098
Black with #0D4098
Text Example
Text Example
White with #0D4098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4098; }
p { color: rgb(13,64,152); }
H1.HeaderClassName
{
color: #0D4098;
}
.AnyTagClassName
{
color: #0D4098;
}
</style>
background-color css
<style>
a { background-color: #0D4098; }
a { background-color: rgb(13,64,152); }
div.DivClassName
{
background-color: #0D4098;
}
.BgClassName
{
background-color: #0D4098;
}
</style>
border-color css
<style>
span { border-color: #0D4098; }
span { border-color: rgb(13,64,152); }
td.TdClassName
{
border-color: #0D4098;
}
.TagClassName
{
border-color: #0D4098;
}
</style>