Shades of Smalt #0D2B89
Tints of Smalt #0D2B89
RGB
CMYK
RGB Variations
Color information
#0D2B89 (or 0x0D2B89) is known color: Smalt. HEX triplet: 0D, 2B and 89. RGB value is (13,43,137). Sum of RGB (Red+Green+Blue) = 13+43+137=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D2B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2B89 is #F2D476. Grayscale: #2C2C2C. Windows color (decimal): -15914103 or 8989453. OLE color: 8989453.
HSL color Cylindrical-coordinate representation of color #0D2B89: hue angle of 225.48º 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 #0D2B89 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 43 | 137 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.46 |
| HSL | 225.48º | 0.83% | 0.29% | - |
| HSV(B) | 225.48º | 0.91% | 0.54% | - |
| XYZ | 5.55 | 3.62 | 24.07 | - |
| YUV | 44.75 | 180.06 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 43 | 137 | 0.91 | 0.69 | 0 | 0.46 | 225.48 | 0.83 | 0.29 |
| Hex | D | 2B | 89 | 5B | 45 | 0 | 2E | E1 | 53 | 1D |
| Octal | 15 | 53 | 211 | 133 | 105 | 0 | 56 | 341 | 123 | 35 |
| Binary | 1101 | 101011 | 10001001 | 1011011 | 1000101 | 0 | 101110 | 11100001 | 1010011 | 11101 |
Color Harmonies of #0D2B89
Complementary color
Monochromatic Colors of #0D2B89
Black with #0D2B89
Text Example
Text Example
White with #0D2B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2B89; }
p { color: rgb(13,43,137); }
H1.HeaderClassName
{
color: #0D2B89;
}
.AnyTagClassName
{
color: #0D2B89;
}
</style>
background-color css
<style>
a { background-color: #0D2B89; }
a { background-color: rgb(13,43,137); }
div.DivClassName
{
background-color: #0D2B89;
}
.BgClassName
{
background-color: #0D2B89;
}
</style>
border-color css
<style>
span { border-color: #0D2B89; }
span { border-color: rgb(13,43,137); }
td.TdClassName
{
border-color: #0D2B89;
}
.TagClassName
{
border-color: #0D2B89;
}
</style>