Shades of Smalt #05268E
Tints of Smalt #05268E
RGB
CMYK
RGB Variations
Color information
#05268E (or 0x05268E) is known color: Smalt. HEX triplet: 05, 26 and 8E. RGB value is (5,38,142). Sum of RGB (Red+Green+Blue) = 5+38+142=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 142 (55.86% from 255 or 76.76% from 185); Max value from RGB is 142 - color contains mainly: blue. Hex color #05268E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05268E is #FAD971. Grayscale: #272727. Windows color (decimal): -16439666 or 9315845. OLE color: 9315845.
HSL color Cylindrical-coordinate representation of color #05268E: hue angle of 225.55º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05268E is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 38 | 142 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.44 |
| HSL | 225.55º | 0.93% | 0.29% | - |
| HSV(B) | 225.55º | 0.96% | 0.56% | - |
| XYZ | 5.64 | 3.37 | 25.94 | - |
| YUV | 39.99 | 185.57 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 142 | 0.96 | 0.73 | 0 | 0.44 | 225.55 | 0.93 | 0.29 |
| Hex | 5 | 26 | 8E | 60 | 49 | 0 | 2C | E2 | 5D | 1D |
| Octal | 5 | 46 | 216 | 140 | 111 | 0 | 54 | 342 | 135 | 35 |
| Binary | 101 | 100110 | 10001110 | 1100000 | 1001001 | 0 | 101100 | 11100010 | 1011101 | 11101 |
Color Harmonies of #05268E
Complementary color
Monochromatic Colors of #05268E
Black with #05268E
Text Example
Text Example
White with #05268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05268E; }
p { color: rgb(5,38,142); }
H1.HeaderClassName
{
color: #05268E;
}
.AnyTagClassName
{
color: #05268E;
}
</style>
background-color css
<style>
a { background-color: #05268E; }
a { background-color: rgb(5,38,142); }
div.DivClassName
{
background-color: #05268E;
}
.BgClassName
{
background-color: #05268E;
}
</style>
border-color css
<style>
span { border-color: #05268E; }
span { border-color: rgb(5,38,142); }
td.TdClassName
{
border-color: #05268E;
}
.TagClassName
{
border-color: #05268E;
}
</style>