Shades of Smalt #061D8C
Tints of Smalt #061D8C
RGB
CMYK
RGB Variations
Color information
#061D8C (or 0x061D8C) is known color: Smalt. HEX triplet: 06, 1D and 8C. RGB value is (6,29,140). Sum of RGB (Red+Green+Blue) = 6+29+140=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 140 (55.08% from 255 or 80% from 175); Max value from RGB is 140 - color contains mainly: blue. Hex color #061D8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061D8C is #F9E273. Grayscale: #222222. Windows color (decimal): -16376436 or 9182470. OLE color: 9182470.
HSL color Cylindrical-coordinate representation of color #061D8C: hue angle of 229.7º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061D8C is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 29 | 140 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.45 |
| HSL | 229.7º | 0.92% | 0.29% | - |
| HSV(B) | 229.7º | 0.96% | 0.55% | - |
| XYZ | 5.25 | 2.81 | 25.08 | - |
| YUV | 34.78 | 187.38 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 140 | 0.96 | 0.79 | 0 | 0.45 | 229.7 | 0.92 | 0.29 |
| Hex | 6 | 1D | 8C | 60 | 4F | 0 | 2D | E6 | 5C | 1D |
| Octal | 6 | 35 | 214 | 140 | 117 | 0 | 55 | 346 | 134 | 35 |
| Binary | 110 | 11101 | 10001100 | 1100000 | 1001111 | 0 | 101101 | 11100110 | 1011100 | 11101 |
Color Harmonies of #061D8C
Complementary color
Monochromatic Colors of #061D8C
Black with #061D8C
Text Example
Text Example
White with #061D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D8C; }
p { color: rgb(6,29,140); }
H1.HeaderClassName
{
color: #061D8C;
}
.AnyTagClassName
{
color: #061D8C;
}
</style>
background-color css
<style>
a { background-color: #061D8C; }
a { background-color: rgb(6,29,140); }
div.DivClassName
{
background-color: #061D8C;
}
.BgClassName
{
background-color: #061D8C;
}
</style>
border-color css
<style>
span { border-color: #061D8C; }
span { border-color: rgb(6,29,140); }
td.TdClassName
{
border-color: #061D8C;
}
.TagClassName
{
border-color: #061D8C;
}
</style>