Shades of Blue #152AF1
Tints of Blue #152AF1
RGB
CMYK
RGB Variations
Color information
#152AF1 (or 0x152AF1) is known color: Blue. HEX triplet: 15, 2A and F1. RGB value is (21,42,241). Sum of RGB (Red+Green+Blue) = 21+42+241=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 241 (94.53% from 255 or 79.28% from 304); Max value from RGB is 241 - color contains mainly: blue. Hex color #152AF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152AF1 is #EAD50E. Grayscale: #393939. Windows color (decimal): -15389967 or 15804949. OLE color: 15804949.
HSL color Cylindrical-coordinate representation of color #152AF1: hue angle of 234.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152AF1 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 42 | 241 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.05 |
| HSL | 234.27º | 0.89% | 0.51% | - |
| HSV(B) | 234.27º | 0.91% | 0.95% | - |
| XYZ | 17.01 | 8.17 | 83.9 | - |
| YUV | 58.41 | 231.04 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 241 | 0.91 | 0.83 | 0 | 0.05 | 234.27 | 0.89 | 0.51 |
| Hex | 15 | 2A | F1 | 5B | 53 | 0 | 5 | EA | 59 | 33 |
| Octal | 25 | 52 | 361 | 133 | 123 | 0 | 5 | 352 | 131 | 63 |
| Binary | 10101 | 101010 | 11110001 | 1011011 | 1010011 | 0 | 101 | 11101010 | 1011001 | 110011 |
Color Harmonies of #152AF1
Complementary color
Monochromatic Colors of #152AF1
Black with #152AF1
Text Example
Text Example
White with #152AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152AF1; }
p { color: rgb(21,42,241); }
H1.HeaderClassName
{
color: #152AF1;
}
.AnyTagClassName
{
color: #152AF1;
}
</style>
background-color css
<style>
a { background-color: #152AF1; }
a { background-color: rgb(21,42,241); }
div.DivClassName
{
background-color: #152AF1;
}
.BgClassName
{
background-color: #152AF1;
}
</style>
border-color css
<style>
span { border-color: #152AF1; }
span { border-color: rgb(21,42,241); }
td.TdClassName
{
border-color: #152AF1;
}
.TagClassName
{
border-color: #152AF1;
}
</style>