Shades of Smalt #05378B
Tints of Smalt #05378B
RGB
CMYK
RGB Variations
Color information
#05378B (or 0x05378B) is known color: Smalt. HEX triplet: 05, 37 and 8B. RGB value is (5,55,139). Sum of RGB (Red+Green+Blue) = 5+55+139=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 139 (54.69% from 255 or 69.85% from 199); Max value from RGB is 139 - color contains mainly: blue. Hex color #05378B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05378B is #FAC874. Grayscale: #313131. Windows color (decimal): -16435317 or 9123589. OLE color: 9123589.
HSL color Cylindrical-coordinate representation of color #05378B: hue angle of 217.61º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05378B is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 55 | 139 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.45 |
| HSL | 217.61º | 0.93% | 0.28% | - |
| HSV(B) | 217.61º | 0.96% | 0.55% | - |
| XYZ | 6.09 | 4.63 | 25 | - |
| YUV | 49.63 | 178.44 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 139 | 0.96 | 0.60 | 0 | 0.45 | 217.61 | 0.93 | 0.28 |
| Hex | 5 | 37 | 8B | 60 | 3C | 0 | 2D | DA | 5D | 1C |
| Octal | 5 | 67 | 213 | 140 | 74 | 0 | 55 | 332 | 135 | 34 |
| Binary | 101 | 110111 | 10001011 | 1100000 | 111100 | 0 | 101101 | 11011010 | 1011101 | 11100 |
Color Harmonies of #05378B
Complementary color
Monochromatic Colors of #05378B
Black with #05378B
Text Example
Text Example
White with #05378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05378B; }
p { color: rgb(5,55,139); }
H1.HeaderClassName
{
color: #05378B;
}
.AnyTagClassName
{
color: #05378B;
}
</style>
background-color css
<style>
a { background-color: #05378B; }
a { background-color: rgb(5,55,139); }
div.DivClassName
{
background-color: #05378B;
}
.BgClassName
{
background-color: #05378B;
}
</style>
border-color css
<style>
span { border-color: #05378B; }
span { border-color: rgb(5,55,139); }
td.TdClassName
{
border-color: #05378B;
}
.TagClassName
{
border-color: #05378B;
}
</style>