Shades of Smalt #061F90
Tints of Smalt #061F90
RGB
CMYK
RGB Variations
Color information
#061F90 (or 0x061F90) is known color: Smalt. HEX triplet: 06, 1F and 90. RGB value is (6,31,144). Sum of RGB (Red+Green+Blue) = 6+31+144=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 144 (56.64% from 255 or 79.56% from 181); Max value from RGB is 144 - color contains mainly: blue. Hex color #061F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061F90 is #F9E06F. Grayscale: #232323. Windows color (decimal): -16375920 or 9445126. OLE color: 9445126.
HSL color Cylindrical-coordinate representation of color #061F90: hue angle of 229.13º degrees, saturation: 0.92, 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 #061F90 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 31 | 144 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.44 |
| HSL | 229.13º | 0.92% | 0.29% | - |
| HSV(B) | 229.13º | 0.96% | 0.56% | - |
| XYZ | 5.6 | 3.03 | 26.68 | - |
| YUV | 36.41 | 188.72 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 144 | 0.96 | 0.78 | 0 | 0.44 | 229.13 | 0.92 | 0.29 |
| Hex | 6 | 1F | 90 | 60 | 4E | 0 | 2C | E5 | 5C | 1D |
| Octal | 6 | 37 | 220 | 140 | 116 | 0 | 54 | 345 | 134 | 35 |
| Binary | 110 | 11111 | 10010000 | 1100000 | 1001110 | 0 | 101100 | 11100101 | 1011100 | 11101 |
Color Harmonies of #061F90
Complementary color
Monochromatic Colors of #061F90
Black with #061F90
Text Example
Text Example
White with #061F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F90; }
p { color: rgb(6,31,144); }
H1.HeaderClassName
{
color: #061F90;
}
.AnyTagClassName
{
color: #061F90;
}
</style>
background-color css
<style>
a { background-color: #061F90; }
a { background-color: rgb(6,31,144); }
div.DivClassName
{
background-color: #061F90;
}
.BgClassName
{
background-color: #061F90;
}
</style>
border-color css
<style>
span { border-color: #061F90; }
span { border-color: rgb(6,31,144); }
td.TdClassName
{
border-color: #061F90;
}
.TagClassName
{
border-color: #061F90;
}
</style>