Shades of Cerulean Blue #1D4CB9
Tints of Cerulean Blue #1D4CB9
RGB
CMYK
RGB Variations
Color information
#1D4CB9 (or 0x1D4CB9) is known color: Cerulean Blue. HEX triplet: 1D, 4C and B9. RGB value is (29,76,185). Sum of RGB (Red+Green+Blue) = 29+76+185=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 185 (72.66% from 255 or 63.79% from 290); Max value from RGB is 185 - color contains mainly: blue. Hex color #1D4CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4CB9 is #E2B346. Grayscale: #494949. Windows color (decimal): -14857031 or 12143645. OLE color: 12143645.
HSL color Cylindrical-coordinate representation of color #1D4CB9: hue angle of 221.92º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D4CB9 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 76 | 185 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.27 |
| HSL | 221.92º | 0.73% | 0.42% | - |
| HSV(B) | 221.92º | 0.84% | 0.73% | - |
| XYZ | 11.85 | 8.93 | 47 | - |
| YUV | 74.37 | 190.43 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 185 | 0.84 | 0.59 | 0 | 0.27 | 221.92 | 0.73 | 0.42 |
| Hex | 1D | 4C | B9 | 54 | 3B | 0 | 1B | DE | 49 | 2A |
| Octal | 35 | 114 | 271 | 124 | 73 | 0 | 33 | 336 | 111 | 52 |
| Binary | 11101 | 1001100 | 10111001 | 1010100 | 111011 | 0 | 11011 | 11011110 | 1001001 | 101010 |
Color Harmonies of #1D4CB9
Complementary color
Monochromatic Colors of #1D4CB9
Black with #1D4CB9
Text Example
Text Example
White with #1D4CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4CB9; }
p { color: rgb(29,76,185); }
H1.HeaderClassName
{
color: #1D4CB9;
}
.AnyTagClassName
{
color: #1D4CB9;
}
</style>
background-color css
<style>
a { background-color: #1D4CB9; }
a { background-color: rgb(29,76,185); }
div.DivClassName
{
background-color: #1D4CB9;
}
.BgClassName
{
background-color: #1D4CB9;
}
</style>
border-color css
<style>
span { border-color: #1D4CB9; }
span { border-color: rgb(29,76,185); }
td.TdClassName
{
border-color: #1D4CB9;
}
.TagClassName
{
border-color: #1D4CB9;
}
</style>