Shades of Smalt #05378F
Tints of Smalt #05378F
RGB
CMYK
RGB Variations
Color information
#05378F (or 0x05378F) is known color: Smalt. HEX triplet: 05, 37 and 8F. RGB value is (5,55,143). Sum of RGB (Red+Green+Blue) = 5+55+143=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 143 (56.25% from 255 or 70.44% from 203); Max value from RGB is 143 - color contains mainly: blue. Hex color #05378F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05378F is #FAC870. Grayscale: #313131. Windows color (decimal): -16435313 or 9385733. OLE color: 9385733.
HSL color Cylindrical-coordinate representation of color #05378F: hue angle of 218.26º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05378F is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 55 | 143 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.44 |
| HSL | 218.26º | 0.93% | 0.29% | - |
| HSV(B) | 218.26º | 0.97% | 0.56% | - |
| XYZ | 6.39 | 4.75 | 26.57 | - |
| YUV | 50.08 | 180.44 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 143 | 0.97 | 0.62 | 0 | 0.44 | 218.26 | 0.93 | 0.29 |
| Hex | 5 | 37 | 8F | 61 | 3E | 0 | 2C | DA | 5D | 1D |
| Octal | 5 | 67 | 217 | 141 | 76 | 0 | 54 | 332 | 135 | 35 |
| Binary | 101 | 110111 | 10001111 | 1100001 | 111110 | 0 | 101100 | 11011010 | 1011101 | 11101 |
Color Harmonies of #05378F
Complementary color
Monochromatic Colors of #05378F
Black with #05378F
Text Example
Text Example
White with #05378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05378F; }
p { color: rgb(5,55,143); }
H1.HeaderClassName
{
color: #05378F;
}
.AnyTagClassName
{
color: #05378F;
}
</style>
background-color css
<style>
a { background-color: #05378F; }
a { background-color: rgb(5,55,143); }
div.DivClassName
{
background-color: #05378F;
}
.BgClassName
{
background-color: #05378F;
}
</style>
border-color css
<style>
span { border-color: #05378F; }
span { border-color: rgb(5,55,143); }
td.TdClassName
{
border-color: #05378F;
}
.TagClassName
{
border-color: #05378F;
}
</style>