Shades of Smalt #05338B
Tints of Smalt #05338B
RGB
CMYK
RGB Variations
Color information
#05338B (or 0x05338B) is known color: Smalt. HEX triplet: 05, 33 and 8B. RGB value is (5,51,139). Sum of RGB (Red+Green+Blue) = 5+51+139=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #05338B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05338B is #FACC74. Grayscale: #2E2E2E. Windows color (decimal): -16436341 or 9122565. OLE color: 9122565.
HSL color Cylindrical-coordinate representation of color #05338B: hue angle of 219.4º 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 #05338B is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 51 | 139 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.45 |
| HSL | 219.4º | 0.93% | 0.28% | - |
| HSV(B) | 219.4º | 0.96% | 0.55% | - |
| XYZ | 5.91 | 4.26 | 24.94 | - |
| YUV | 47.28 | 179.76 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 139 | 0.96 | 0.63 | 0 | 0.45 | 219.4 | 0.93 | 0.28 |
| Hex | 5 | 33 | 8B | 60 | 3F | 0 | 2D | DB | 5D | 1C |
| Octal | 5 | 63 | 213 | 140 | 77 | 0 | 55 | 333 | 135 | 34 |
| Binary | 101 | 110011 | 10001011 | 1100000 | 111111 | 0 | 101101 | 11011011 | 1011101 | 11100 |
Color Harmonies of #05338B
Complementary color
Monochromatic Colors of #05338B
Black with #05338B
Text Example
Text Example
White with #05338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05338B; }
p { color: rgb(5,51,139); }
H1.HeaderClassName
{
color: #05338B;
}
.AnyTagClassName
{
color: #05338B;
}
</style>
background-color css
<style>
a { background-color: #05338B; }
a { background-color: rgb(5,51,139); }
div.DivClassName
{
background-color: #05338B;
}
.BgClassName
{
background-color: #05338B;
}
</style>
border-color css
<style>
span { border-color: #05338B; }
span { border-color: rgb(5,51,139); }
td.TdClassName
{
border-color: #05338B;
}
.TagClassName
{
border-color: #05338B;
}
</style>