Shades of Smalt #0D368B
Tints of Smalt #0D368B
RGB
CMYK
RGB Variations
Color information
#0D368B (or 0x0D368B) is known color: Smalt. HEX triplet: 0D, 36 and 8B. RGB value is (13,54,139). Sum of RGB (Red+Green+Blue) = 13+54+139=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D368B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D368B is #F2C974. Grayscale: #333333. Windows color (decimal): -15911285 or 9123341. OLE color: 9123341.
HSL color Cylindrical-coordinate representation of color #0D368B: hue angle of 220.48º 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 #0D368B is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 54 | 139 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.45 |
| HSL | 220.48º | 0.83% | 0.3% | - |
| HSV(B) | 220.48º | 0.91% | 0.55% | - |
| XYZ | 6.15 | 4.59 | 24.99 | - |
| YUV | 51.43 | 177.42 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 139 | 0.91 | 0.61 | 0 | 0.45 | 220.48 | 0.83 | 0.3 |
| Hex | D | 36 | 8B | 5B | 3D | 0 | 2D | DC | 53 | 1E |
| Octal | 15 | 66 | 213 | 133 | 75 | 0 | 55 | 334 | 123 | 36 |
| Binary | 1101 | 110110 | 10001011 | 1011011 | 111101 | 0 | 101101 | 11011100 | 1010011 | 11110 |
Color Harmonies of #0D368B
Complementary color
Monochromatic Colors of #0D368B
Black with #0D368B
Text Example
Text Example
White with #0D368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D368B; }
p { color: rgb(13,54,139); }
H1.HeaderClassName
{
color: #0D368B;
}
.AnyTagClassName
{
color: #0D368B;
}
</style>
background-color css
<style>
a { background-color: #0D368B; }
a { background-color: rgb(13,54,139); }
div.DivClassName
{
background-color: #0D368B;
}
.BgClassName
{
background-color: #0D368B;
}
</style>
border-color css
<style>
span { border-color: #0D368B; }
span { border-color: rgb(13,54,139); }
td.TdClassName
{
border-color: #0D368B;
}
.TagClassName
{
border-color: #0D368B;
}
</style>