Shades of Cerulean Blue #1B4DBD
Tints of Cerulean Blue #1B4DBD
RGB
CMYK
RGB Variations
Color information
#1B4DBD (or 0x1B4DBD) is known color: Cerulean Blue. HEX triplet: 1B, 4D and BD. RGB value is (27,77,189). Sum of RGB (Red+Green+Blue) = 27+77+189=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B4DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4DBD is #E4B242. Grayscale: #4A4A4A. Windows color (decimal): -14987843 or 12406043. OLE color: 12406043.
HSL color Cylindrical-coordinate representation of color #1B4DBD: hue angle of 221.48º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B4DBD is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 77 | 189 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.26 |
| HSL | 221.48º | 0.75% | 0.42% | - |
| HSV(B) | 221.48º | 0.86% | 0.74% | - |
| XYZ | 12.29 | 9.21 | 49.27 | - |
| YUV | 74.82 | 192.44 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 77 | 189 | 0.86 | 0.59 | 0 | 0.26 | 221.48 | 0.75 | 0.42 |
| Hex | 1B | 4D | BD | 56 | 3B | 0 | 1A | DD | 4B | 2A |
| Octal | 33 | 115 | 275 | 126 | 73 | 0 | 32 | 335 | 113 | 52 |
| Binary | 11011 | 1001101 | 10111101 | 1010110 | 111011 | 0 | 11010 | 11011101 | 1001011 | 101010 |
Color Harmonies of #1B4DBD
Complementary color
Monochromatic Colors of #1B4DBD
Black with #1B4DBD
Text Example
Text Example
White with #1B4DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4DBD; }
p { color: rgb(27,77,189); }
H1.HeaderClassName
{
color: #1B4DBD;
}
.AnyTagClassName
{
color: #1B4DBD;
}
</style>
background-color css
<style>
a { background-color: #1B4DBD; }
a { background-color: rgb(27,77,189); }
div.DivClassName
{
background-color: #1B4DBD;
}
.BgClassName
{
background-color: #1B4DBD;
}
</style>
border-color css
<style>
span { border-color: #1B4DBD; }
span { border-color: rgb(27,77,189); }
td.TdClassName
{
border-color: #1B4DBD;
}
.TagClassName
{
border-color: #1B4DBD;
}
</style>