Shades of Cerulean Blue #1B49DB
Tints of Cerulean Blue #1B49DB
RGB
CMYK
RGB Variations
Color information
#1B49DB (or 0x1B49DB) is known color: Cerulean Blue. HEX triplet: 1B, 49 and DB. RGB value is (27,73,219). Sum of RGB (Red+Green+Blue) = 27+73+219=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B49DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B49DB is #E4B624. Grayscale: #4B4B4B. Windows color (decimal): -14988837 or 14371099. OLE color: 14371099.
HSL color Cylindrical-coordinate representation of color #1B49DB: hue angle of 225.62º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B49DB is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 73 | 219 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.14 |
| HSL | 225.63º | 0.78% | 0.48% | - |
| HSV(B) | 225.63º | 0.88% | 0.86% | - |
| XYZ | 15.62 | 10.11 | 68.15 | - |
| YUV | 75.89 | 208.76 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 73 | 219 | 0.88 | 0.67 | 0 | 0.14 | 225.63 | 0.78 | 0.48 |
| Hex | 1B | 49 | DB | 58 | 43 | 0 | E | E2 | 4E | 30 |
| Octal | 33 | 111 | 333 | 130 | 103 | 0 | 16 | 342 | 116 | 60 |
| Binary | 11011 | 1001001 | 11011011 | 1011000 | 1000011 | 0 | 1110 | 11100010 | 1001110 | 110000 |
Color Harmonies of #1B49DB
Complementary color
Monochromatic Colors of #1B49DB
Black with #1B49DB
Text Example
Text Example
White with #1B49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B49DB; }
p { color: rgb(27,73,219); }
H1.HeaderClassName
{
color: #1B49DB;
}
.AnyTagClassName
{
color: #1B49DB;
}
</style>
background-color css
<style>
a { background-color: #1B49DB; }
a { background-color: rgb(27,73,219); }
div.DivClassName
{
background-color: #1B49DB;
}
.BgClassName
{
background-color: #1B49DB;
}
</style>
border-color css
<style>
span { border-color: #1B49DB; }
span { border-color: rgb(27,73,219); }
td.TdClassName
{
border-color: #1B49DB;
}
.TagClassName
{
border-color: #1B49DB;
}
</style>