Shades of Cerulean Blue #154BC0
Tints of Cerulean Blue #154BC0
RGB
CMYK
RGB Variations
Color information
#154BC0 (or 0x154BC0) is known color: Cerulean Blue. HEX triplet: 15, 4B and C0. RGB value is (21,75,192). Sum of RGB (Red+Green+Blue) = 21+75+192=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 192 (75.39% from 255 or 66.67% from 288); Max value from RGB is 192 - color contains mainly: blue. Hex color #154BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154BC0 is #EAB43F. Grayscale: #474747. Windows color (decimal): -15381568 or 12602133. OLE color: 12602133.
HSL color Cylindrical-coordinate representation of color #154BC0: hue angle of 221.05º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #154BC0 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 75 | 192 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.25 |
| HSL | 221.05º | 0.8% | 0.42% | - |
| HSV(B) | 221.05º | 0.89% | 0.75% | - |
| XYZ | 12.34 | 9 | 50.96 | - |
| YUV | 72.19 | 195.61 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 192 | 0.89 | 0.61 | 0 | 0.25 | 221.05 | 0.8 | 0.42 |
| Hex | 15 | 4B | C0 | 59 | 3D | 0 | 19 | DD | 50 | 2A |
| Octal | 25 | 113 | 300 | 131 | 75 | 0 | 31 | 335 | 120 | 52 |
| Binary | 10101 | 1001011 | 11000000 | 1011001 | 111101 | 0 | 11001 | 11011101 | 1010000 | 101010 |
Color Harmonies of #154BC0
Complementary color
Monochromatic Colors of #154BC0
Black with #154BC0
Text Example
Text Example
White with #154BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154BC0; }
p { color: rgb(21,75,192); }
H1.HeaderClassName
{
color: #154BC0;
}
.AnyTagClassName
{
color: #154BC0;
}
</style>
background-color css
<style>
a { background-color: #154BC0; }
a { background-color: rgb(21,75,192); }
div.DivClassName
{
background-color: #154BC0;
}
.BgClassName
{
background-color: #154BC0;
}
</style>
border-color css
<style>
span { border-color: #154BC0; }
span { border-color: rgb(21,75,192); }
td.TdClassName
{
border-color: #154BC0;
}
.TagClassName
{
border-color: #154BC0;
}
</style>