Shades of Smalt #152F8B
Tints of Smalt #152F8B
RGB
CMYK
RGB Variations
Color information
#152F8B (or 0x152F8B) is known color: Smalt. HEX triplet: 15, 2F and 8B. RGB value is (21,47,139). Sum of RGB (Red+Green+Blue) = 21+47+139=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #152F8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152F8B is #EAD074. Grayscale: #313131. Windows color (decimal): -15388789 or 9121557. OLE color: 9121557.
HSL color Cylindrical-coordinate representation of color #152F8B: hue angle of 226.78º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152F8B is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 47 | 139 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.45 |
| HSL | 226.78º | 0.74% | 0.31% | - |
| HSV(B) | 226.78º | 0.85% | 0.55% | - |
| XYZ | 5.99 | 4.06 | 24.89 | - |
| YUV | 49.71 | 178.39 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 139 | 0.85 | 0.66 | 0 | 0.45 | 226.78 | 0.74 | 0.31 |
| Hex | 15 | 2F | 8B | 55 | 42 | 0 | 2D | E3 | 4A | 1F |
| Octal | 25 | 57 | 213 | 125 | 102 | 0 | 55 | 343 | 112 | 37 |
| Binary | 10101 | 101111 | 10001011 | 1010101 | 1000010 | 0 | 101101 | 11100011 | 1001010 | 11111 |
Color Harmonies of #152F8B
Complementary color
Monochromatic Colors of #152F8B
Black with #152F8B
Text Example
Text Example
White with #152F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F8B; }
p { color: rgb(21,47,139); }
H1.HeaderClassName
{
color: #152F8B;
}
.AnyTagClassName
{
color: #152F8B;
}
</style>
background-color css
<style>
a { background-color: #152F8B; }
a { background-color: rgb(21,47,139); }
div.DivClassName
{
background-color: #152F8B;
}
.BgClassName
{
background-color: #152F8B;
}
</style>
border-color css
<style>
span { border-color: #152F8B; }
span { border-color: rgb(21,47,139); }
td.TdClassName
{
border-color: #152F8B;
}
.TagClassName
{
border-color: #152F8B;
}
</style>