Shades of Cerulean Blue #154BC1
Tints of Cerulean Blue #154BC1
RGB
CMYK
RGB Variations
Color information
#154BC1 (or 0x154BC1) is known color: Cerulean Blue. HEX triplet: 15, 4B and C1. RGB value is (21,75,193). Sum of RGB (Red+Green+Blue) = 21+75+193=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 193 (75.78% from 255 or 66.78% from 289); Max value from RGB is 193 - color contains mainly: blue. Hex color #154BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154BC1 is #EAB43E. Grayscale: #474747. Windows color (decimal): -15381567 or 12667669. OLE color: 12667669.
HSL color Cylindrical-coordinate representation of color #154BC1: hue angle of 221.16º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #154BC1 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 75 | 193 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.24 |
| HSL | 221.16º | 0.8% | 0.42% | - |
| HSV(B) | 221.16º | 0.89% | 0.76% | - |
| XYZ | 12.45 | 9.04 | 51.54 | - |
| YUV | 72.31 | 196.11 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 193 | 0.89 | 0.61 | 0 | 0.24 | 221.16 | 0.8 | 0.42 |
| Hex | 15 | 4B | C1 | 59 | 3D | 0 | 18 | DD | 50 | 2A |
| Octal | 25 | 113 | 301 | 131 | 75 | 0 | 30 | 335 | 120 | 52 |
| Binary | 10101 | 1001011 | 11000001 | 1011001 | 111101 | 0 | 11000 | 11011101 | 1010000 | 101010 |
Color Harmonies of #154BC1
Complementary color
Monochromatic Colors of #154BC1
Black with #154BC1
Text Example
Text Example
White with #154BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154BC1; }
p { color: rgb(21,75,193); }
H1.HeaderClassName
{
color: #154BC1;
}
.AnyTagClassName
{
color: #154BC1;
}
</style>
background-color css
<style>
a { background-color: #154BC1; }
a { background-color: rgb(21,75,193); }
div.DivClassName
{
background-color: #154BC1;
}
.BgClassName
{
background-color: #154BC1;
}
</style>
border-color css
<style>
span { border-color: #154BC1; }
span { border-color: rgb(21,75,193); }
td.TdClassName
{
border-color: #154BC1;
}
.TagClassName
{
border-color: #154BC1;
}
</style>