Shades of Smalt #0D378A
Tints of Smalt #0D378A
RGB
CMYK
RGB Variations
Color information
#0D378A (or 0x0D378A) is known color: Smalt. HEX triplet: 0D, 37 and 8A. RGB value is (13,55,138). Sum of RGB (Red+Green+Blue) = 13+55+138=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #0D378A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D378A is #F2C875. Grayscale: #333333. Windows color (decimal): -15911030 or 9058061. OLE color: 9058061.
HSL color Cylindrical-coordinate representation of color #0D378A: hue angle of 219.84º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D378A is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 55 | 138 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.46 |
| HSL | 219.84º | 0.83% | 0.3% | - |
| HSV(B) | 219.84º | 0.91% | 0.54% | - |
| XYZ | 6.12 | 4.65 | 24.62 | - |
| YUV | 51.9 | 176.59 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 55 | 138 | 0.91 | 0.60 | 0 | 0.46 | 219.84 | 0.83 | 0.3 |
| Hex | D | 37 | 8A | 5B | 3C | 0 | 2E | DC | 53 | 1E |
| Octal | 15 | 67 | 212 | 133 | 74 | 0 | 56 | 334 | 123 | 36 |
| Binary | 1101 | 110111 | 10001010 | 1011011 | 111100 | 0 | 101110 | 11011100 | 1010011 | 11110 |
Color Harmonies of #0D378A
Complementary color
Monochromatic Colors of #0D378A
Black with #0D378A
Text Example
Text Example
White with #0D378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D378A; }
p { color: rgb(13,55,138); }
H1.HeaderClassName
{
color: #0D378A;
}
.AnyTagClassName
{
color: #0D378A;
}
</style>
background-color css
<style>
a { background-color: #0D378A; }
a { background-color: rgb(13,55,138); }
div.DivClassName
{
background-color: #0D378A;
}
.BgClassName
{
background-color: #0D378A;
}
</style>
border-color css
<style>
span { border-color: #0D378A; }
span { border-color: rgb(13,55,138); }
td.TdClassName
{
border-color: #0D378A;
}
.TagClassName
{
border-color: #0D378A;
}
</style>