Shades of Smalt #062B8B
Tints of Smalt #062B8B
RGB
CMYK
RGB Variations
Color information
#062B8B (or 0x062B8B) is known color: Smalt. HEX triplet: 06, 2B and 8B. RGB value is (6,43,139). Sum of RGB (Red+Green+Blue) = 6+43+139=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #062B8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062B8B is #F9D474. Grayscale: #2A2A2A. Windows color (decimal): -16372853 or 9120518. OLE color: 9120518.
HSL color Cylindrical-coordinate representation of color #062B8B: hue angle of 223.31º degrees, saturation: 0.92, 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 #062B8B is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 43 | 139 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.45 |
| HSL | 223.31º | 0.92% | 0.28% | - |
| HSV(B) | 223.31º | 0.96% | 0.55% | - |
| XYZ | 5.6 | 3.63 | 24.83 | - |
| YUV | 42.88 | 182.24 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 139 | 0.96 | 0.69 | 0 | 0.45 | 223.31 | 0.92 | 0.28 |
| Hex | 6 | 2B | 8B | 60 | 45 | 0 | 2D | DF | 5C | 1C |
| Octal | 6 | 53 | 213 | 140 | 105 | 0 | 55 | 337 | 134 | 34 |
| Binary | 110 | 101011 | 10001011 | 1100000 | 1000101 | 0 | 101101 | 11011111 | 1011100 | 11100 |
Color Harmonies of #062B8B
Complementary color
Monochromatic Colors of #062B8B
Black with #062B8B
Text Example
Text Example
White with #062B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062B8B; }
p { color: rgb(6,43,139); }
H1.HeaderClassName
{
color: #062B8B;
}
.AnyTagClassName
{
color: #062B8B;
}
</style>
background-color css
<style>
a { background-color: #062B8B; }
a { background-color: rgb(6,43,139); }
div.DivClassName
{
background-color: #062B8B;
}
.BgClassName
{
background-color: #062B8B;
}
</style>
border-color css
<style>
span { border-color: #062B8B; }
span { border-color: rgb(6,43,139); }
td.TdClassName
{
border-color: #062B8B;
}
.TagClassName
{
border-color: #062B8B;
}
</style>