Shades of Smalt #05278C
Tints of Smalt #05278C
RGB
CMYK
RGB Variations
Color information
#05278C (or 0x05278C) is known color: Smalt. HEX triplet: 05, 27 and 8C. RGB value is (5,39,140). Sum of RGB (Red+Green+Blue) = 5+39+140=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 140 (55.08% from 255 or 76.09% from 184); Max value from RGB is 140 - color contains mainly: blue. Hex color #05278C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05278C is #FAD873. Grayscale: #272727. Windows color (decimal): -16439412 or 9185029. OLE color: 9185029.
HSL color Cylindrical-coordinate representation of color #05278C: hue angle of 224.89º 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 #05278C is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 39 | 140 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.45 |
| HSL | 224.89º | 0.93% | 0.28% | - |
| HSV(B) | 224.89º | 0.96% | 0.55% | - |
| XYZ | 5.52 | 3.38 | 25.17 | - |
| YUV | 40.35 | 184.24 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 140 | 0.96 | 0.72 | 0 | 0.45 | 224.89 | 0.93 | 0.28 |
| Hex | 5 | 27 | 8C | 60 | 48 | 0 | 2D | E1 | 5D | 1C |
| Octal | 5 | 47 | 214 | 140 | 110 | 0 | 55 | 341 | 135 | 34 |
| Binary | 101 | 100111 | 10001100 | 1100000 | 1001000 | 0 | 101101 | 11100001 | 1011101 | 11100 |
Color Harmonies of #05278C
Complementary color
Monochromatic Colors of #05278C
Black with #05278C
Text Example
Text Example
White with #05278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05278C; }
p { color: rgb(5,39,140); }
H1.HeaderClassName
{
color: #05278C;
}
.AnyTagClassName
{
color: #05278C;
}
</style>
background-color css
<style>
a { background-color: #05278C; }
a { background-color: rgb(5,39,140); }
div.DivClassName
{
background-color: #05278C;
}
.BgClassName
{
background-color: #05278C;
}
</style>
border-color css
<style>
span { border-color: #05278C; }
span { border-color: rgb(5,39,140); }
td.TdClassName
{
border-color: #05278C;
}
.TagClassName
{
border-color: #05278C;
}
</style>