Shades of Smalt #152F8A
Tints of Smalt #152F8A
RGB
CMYK
RGB Variations
Color information
#152F8A (or 0x152F8A) is known color: Smalt. HEX triplet: 15, 2F and 8A. RGB value is (21,47,138). Sum of RGB (Red+Green+Blue) = 21+47+138=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #152F8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152F8A is #EAD075. Grayscale: #313131. Windows color (decimal): -15388790 or 9056021. OLE color: 9056021.
HSL color Cylindrical-coordinate representation of color #152F8A: hue angle of 226.67º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152F8A is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 47 | 138 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.46 |
| HSL | 226.67º | 0.74% | 0.31% | - |
| HSV(B) | 226.67º | 0.85% | 0.54% | - |
| XYZ | 5.91 | 4.03 | 24.51 | - |
| YUV | 49.6 | 177.89 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 138 | 0.85 | 0.66 | 0 | 0.46 | 226.67 | 0.74 | 0.31 |
| Hex | 15 | 2F | 8A | 55 | 42 | 0 | 2E | E3 | 4A | 1F |
| Octal | 25 | 57 | 212 | 125 | 102 | 0 | 56 | 343 | 112 | 37 |
| Binary | 10101 | 101111 | 10001010 | 1010101 | 1000010 | 0 | 101110 | 11100011 | 1001010 | 11111 |
Color Harmonies of #152F8A
Complementary color
Monochromatic Colors of #152F8A
Black with #152F8A
Text Example
Text Example
White with #152F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F8A; }
p { color: rgb(21,47,138); }
H1.HeaderClassName
{
color: #152F8A;
}
.AnyTagClassName
{
color: #152F8A;
}
</style>
background-color css
<style>
a { background-color: #152F8A; }
a { background-color: rgb(21,47,138); }
div.DivClassName
{
background-color: #152F8A;
}
.BgClassName
{
background-color: #152F8A;
}
</style>
border-color css
<style>
span { border-color: #152F8A; }
span { border-color: rgb(21,47,138); }
td.TdClassName
{
border-color: #152F8A;
}
.TagClassName
{
border-color: #152F8A;
}
</style>