Shades of Smalt #0D268D
Tints of Smalt #0D268D
RGB
CMYK
RGB Variations
Color information
#0D268D (or 0x0D268D) is known color: Smalt. HEX triplet: 0D, 26 and 8D. RGB value is (13,38,141). Sum of RGB (Red+Green+Blue) = 13+38+141=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D268D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D268D is #F2D972. Grayscale: #292929. Windows color (decimal): -15915379 or 9250317. OLE color: 9250317.
HSL color Cylindrical-coordinate representation of color #0D268D: hue angle of 228.28º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D268D is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 38 | 141 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.45 |
| HSL | 228.28º | 0.83% | 0.3% | - |
| HSV(B) | 228.28º | 0.91% | 0.55% | - |
| XYZ | 5.67 | 3.39 | 25.56 | - |
| YUV | 42.27 | 183.72 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 141 | 0.91 | 0.73 | 0 | 0.45 | 228.28 | 0.83 | 0.3 |
| Hex | D | 26 | 8D | 5B | 49 | 0 | 2D | E4 | 53 | 1E |
| Octal | 15 | 46 | 215 | 133 | 111 | 0 | 55 | 344 | 123 | 36 |
| Binary | 1101 | 100110 | 10001101 | 1011011 | 1001001 | 0 | 101101 | 11100100 | 1010011 | 11110 |
Color Harmonies of #0D268D
Complementary color
Monochromatic Colors of #0D268D
Black with #0D268D
Text Example
Text Example
White with #0D268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D268D; }
p { color: rgb(13,38,141); }
H1.HeaderClassName
{
color: #0D268D;
}
.AnyTagClassName
{
color: #0D268D;
}
</style>
background-color css
<style>
a { background-color: #0D268D; }
a { background-color: rgb(13,38,141); }
div.DivClassName
{
background-color: #0D268D;
}
.BgClassName
{
background-color: #0D268D;
}
</style>
border-color css
<style>
span { border-color: #0D268D; }
span { border-color: rgb(13,38,141); }
td.TdClassName
{
border-color: #0D268D;
}
.TagClassName
{
border-color: #0D268D;
}
</style>