Shades of Smalt #0D388C
Tints of Smalt #0D388C
RGB
CMYK
RGB Variations
Color information
#0D388C (or 0x0D388C) is known color: Smalt. HEX triplet: 0D, 38 and 8C. RGB value is (13,56,140). Sum of RGB (Red+Green+Blue) = 13+56+140=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #0D388C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D388C is #F2C773. Grayscale: #343434. Windows color (decimal): -15910772 or 9189389. OLE color: 9189389.
HSL color Cylindrical-coordinate representation of color #0D388C: hue angle of 219.69º 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 #0D388C is Cyan = 0.91, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 56 | 140 | - |
| CMYK | 0.91 | 0.6 | 0 | 0.45 |
| HSL | 219.69º | 0.83% | 0.3% | - |
| HSV(B) | 219.69º | 0.91% | 0.55% | - |
| XYZ | 6.31 | 4.81 | 25.41 | - |
| YUV | 52.72 | 177.25 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 140 | 0.91 | 0.6 | 0 | 0.45 | 219.69 | 0.83 | 0.3 |
| Hex | D | 38 | 8C | 5B | 3C | 0 | 2D | DC | 53 | 1E |
| Octal | 15 | 70 | 214 | 133 | 74 | 0 | 55 | 334 | 123 | 36 |
| Binary | 1101 | 111000 | 10001100 | 1011011 | 111100 | 0 | 101101 | 11011100 | 1010011 | 11110 |
Color Harmonies of #0D388C
Complementary color
Monochromatic Colors of #0D388C
Black with #0D388C
Text Example
Text Example
White with #0D388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D388C; }
p { color: rgb(13,56,140); }
H1.HeaderClassName
{
color: #0D388C;
}
.AnyTagClassName
{
color: #0D388C;
}
</style>
background-color css
<style>
a { background-color: #0D388C; }
a { background-color: rgb(13,56,140); }
div.DivClassName
{
background-color: #0D388C;
}
.BgClassName
{
background-color: #0D388C;
}
</style>
border-color css
<style>
span { border-color: #0D388C; }
span { border-color: rgb(13,56,140); }
td.TdClassName
{
border-color: #0D388C;
}
.TagClassName
{
border-color: #0D388C;
}
</style>