Shades of Blue #152AFF
Tints of Blue #152AFF
RGB
CMYK
RGB Variations
Color information
#152AFF (or 0x152AFF) is known color: Blue. HEX triplet: 15, 2A and FF. RGB value is (21,42,255). Sum of RGB (Red+Green+Blue) = 21+42+255=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #152AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152AFF is #EAD500. Grayscale: #3B3B3B. Windows color (decimal): -15389953 or 16722453. OLE color: 16722453.
HSL color Cylindrical-coordinate representation of color #152AFF: hue angle of 234.62º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #152AFF is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 42 | 255 | - |
| CMYK | 0.92 | 0.84 | 0 | 0 |
| HSL | 234.62º | 1% | 0.54% | - |
| HSV(B) | 234.62º | 0.92% | 1% | - |
| XYZ | 19.19 | 9.04 | 95.34 | - |
| YUV | 60 | 238.04 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 255 | 0.92 | 0.84 | 0 | 0 | 234.62 | 1 | 0.54 |
| Hex | 15 | 2A | FF | 5C | 54 | 0 | 0 | EB | 64 | 36 |
| Octal | 25 | 52 | 377 | 134 | 124 | 0 | 0 | 353 | 144 | 66 |
| Binary | 10101 | 101010 | 11111111 | 1011100 | 1010100 | 0 | 0 | 11101011 | 1100100 | 110110 |
Color Harmonies of #152AFF
Complementary color
Monochromatic Colors of #152AFF
Black with #152AFF
Text Example
Text Example
White with #152AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152AFF; }
p { color: rgb(21,42,255); }
H1.HeaderClassName
{
color: #152AFF;
}
.AnyTagClassName
{
color: #152AFF;
}
</style>
background-color css
<style>
a { background-color: #152AFF; }
a { background-color: rgb(21,42,255); }
div.DivClassName
{
background-color: #152AFF;
}
.BgClassName
{
background-color: #152AFF;
}
</style>
border-color css
<style>
span { border-color: #152AFF; }
span { border-color: rgb(21,42,255); }
td.TdClassName
{
border-color: #152AFF;
}
.TagClassName
{
border-color: #152AFF;
}
</style>