Shades of Cerulean Blue #1B49C5
Tints of Cerulean Blue #1B49C5
RGB
CMYK
RGB Variations
Color information
#1B49C5 (or 0x1B49C5) is known color: Cerulean Blue. HEX triplet: 1B, 49 and C5. RGB value is (27,73,197). Sum of RGB (Red+Green+Blue) = 27+73+197=297 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.09% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 197 (77.34% from 255 or 66.33% from 297); Max value from RGB is 197 - color contains mainly: blue. Hex color #1B49C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B49C5 is #E4B63A. Grayscale: #484848. Windows color (decimal): -14988859 or 12929307. OLE color: 12929307.
HSL color Cylindrical-coordinate representation of color #1B49C5: hue angle of 223.76º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B49C5 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 73 | 197 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.23 |
| HSL | 223.76º | 0.76% | 0.44% | - |
| HSV(B) | 223.76º | 0.86% | 0.77% | - |
| XYZ | 12.91 | 9.03 | 53.89 | - |
| YUV | 73.38 | 197.76 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 73 | 197 | 0.86 | 0.63 | 0 | 0.23 | 223.76 | 0.76 | 0.44 |
| Hex | 1B | 49 | C5 | 56 | 3F | 0 | 17 | E0 | 4C | 2C |
| Octal | 33 | 111 | 305 | 126 | 77 | 0 | 27 | 340 | 114 | 54 |
| Binary | 11011 | 1001001 | 11000101 | 1010110 | 111111 | 0 | 10111 | 11100000 | 1001100 | 101100 |
Color Harmonies of #1B49C5
Complementary color
Monochromatic Colors of #1B49C5
Black with #1B49C5
Text Example
Text Example
White with #1B49C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B49C5; }
p { color: rgb(27,73,197); }
H1.HeaderClassName
{
color: #1B49C5;
}
.AnyTagClassName
{
color: #1B49C5;
}
</style>
background-color css
<style>
a { background-color: #1B49C5; }
a { background-color: rgb(27,73,197); }
div.DivClassName
{
background-color: #1B49C5;
}
.BgClassName
{
background-color: #1B49C5;
}
</style>
border-color css
<style>
span { border-color: #1B49C5; }
span { border-color: rgb(27,73,197); }
td.TdClassName
{
border-color: #1B49C5;
}
.TagClassName
{
border-color: #1B49C5;
}
</style>