Shades of Smalt #0D338E
Tints of Smalt #0D338E
RGB
CMYK
RGB Variations
Color information
#0D338E (or 0x0D338E) is known color: Smalt. HEX triplet: 0D, 33 and 8E. RGB value is (13,51,142). Sum of RGB (Red+Green+Blue) = 13+51+142=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 142 (55.86% from 255 or 68.93% from 206); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D338E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D338E is #F2CC71. Grayscale: #313131. Windows color (decimal): -15912050 or 9319181. OLE color: 9319181.
HSL color Cylindrical-coordinate representation of color #0D338E: hue angle of 222.33º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D338E is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 51 | 142 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.44 |
| HSL | 222.33º | 0.83% | 0.3% | - |
| HSV(B) | 222.33º | 0.91% | 0.56% | - |
| XYZ | 6.23 | 4.41 | 26.11 | - |
| YUV | 50.01 | 179.91 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 142 | 0.91 | 0.64 | 0 | 0.44 | 222.33 | 0.83 | 0.3 |
| Hex | D | 33 | 8E | 5B | 40 | 0 | 2C | DE | 53 | 1E |
| Octal | 15 | 63 | 216 | 133 | 100 | 0 | 54 | 336 | 123 | 36 |
| Binary | 1101 | 110011 | 10001110 | 1011011 | 1000000 | 0 | 101100 | 11011110 | 1010011 | 11110 |
Color Harmonies of #0D338E
Complementary color
Monochromatic Colors of #0D338E
Black with #0D338E
Text Example
Text Example
White with #0D338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D338E; }
p { color: rgb(13,51,142); }
H1.HeaderClassName
{
color: #0D338E;
}
.AnyTagClassName
{
color: #0D338E;
}
</style>
background-color css
<style>
a { background-color: #0D338E; }
a { background-color: rgb(13,51,142); }
div.DivClassName
{
background-color: #0D338E;
}
.BgClassName
{
background-color: #0D338E;
}
</style>
border-color css
<style>
span { border-color: #0D338E; }
span { border-color: rgb(13,51,142); }
td.TdClassName
{
border-color: #0D338E;
}
.TagClassName
{
border-color: #0D338E;
}
</style>