Shades of Blue #152AF3
Tints of Blue #152AF3
RGB
CMYK
RGB Variations
Color information
#152AF3 (or 0x152AF3) is known color: Blue. HEX triplet: 15, 2A and F3. RGB value is (21,42,243). Sum of RGB (Red+Green+Blue) = 21+42+243=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 243 (95.31% from 255 or 79.41% from 306); Max value from RGB is 243 - color contains mainly: blue. Hex color #152AF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152AF3 is #EAD50C. Grayscale: #393939. Windows color (decimal): -15389965 or 15936021. OLE color: 15936021.
HSL color Cylindrical-coordinate representation of color #152AF3: hue angle of 234.32º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152AF3 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 42 | 243 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.05 |
| HSL | 234.32º | 0.9% | 0.52% | - |
| HSV(B) | 234.32º | 0.91% | 0.95% | - |
| XYZ | 17.31 | 8.29 | 85.48 | - |
| YUV | 58.64 | 232.04 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 243 | 0.91 | 0.83 | 0 | 0.05 | 234.32 | 0.9 | 0.52 |
| Hex | 15 | 2A | F3 | 5B | 53 | 0 | 5 | EA | 5A | 34 |
| Octal | 25 | 52 | 363 | 133 | 123 | 0 | 5 | 352 | 132 | 64 |
| Binary | 10101 | 101010 | 11110011 | 1011011 | 1010011 | 0 | 101 | 11101010 | 1011010 | 110100 |
Color Harmonies of #152AF3
Complementary color
Monochromatic Colors of #152AF3
Black with #152AF3
Text Example
Text Example
White with #152AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152AF3; }
p { color: rgb(21,42,243); }
H1.HeaderClassName
{
color: #152AF3;
}
.AnyTagClassName
{
color: #152AF3;
}
</style>
background-color css
<style>
a { background-color: #152AF3; }
a { background-color: rgb(21,42,243); }
div.DivClassName
{
background-color: #152AF3;
}
.BgClassName
{
background-color: #152AF3;
}
</style>
border-color css
<style>
span { border-color: #152AF3; }
span { border-color: rgb(21,42,243); }
td.TdClassName
{
border-color: #152AF3;
}
.TagClassName
{
border-color: #152AF3;
}
</style>