Shades of Cerulean Blue #1D4EBA
Tints of Cerulean Blue #1D4EBA
RGB
CMYK
RGB Variations
Color information
#1D4EBA (or 0x1D4EBA) is known color: Cerulean Blue. HEX triplet: 1D, 4E and BA. RGB value is (29,78,186). Sum of RGB (Red+Green+Blue) = 29+78+186=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D4EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4EBA is #E2B145. Grayscale: #4B4B4B. Windows color (decimal): -14856518 or 12209693. OLE color: 12209693.
HSL color Cylindrical-coordinate representation of color #1D4EBA: hue angle of 221.27º 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 #1D4EBA is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 78 | 186 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.27 |
| HSL | 221.27º | 0.73% | 0.42% | - |
| HSV(B) | 221.27º | 0.84% | 0.73% | - |
| XYZ | 12.09 | 9.26 | 47.6 | - |
| YUV | 75.66 | 190.27 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 78 | 186 | 0.84 | 0.58 | 0 | 0.27 | 221.27 | 0.73 | 0.42 |
| Hex | 1D | 4E | BA | 54 | 3A | 0 | 1B | DD | 49 | 2A |
| Octal | 35 | 116 | 272 | 124 | 72 | 0 | 33 | 335 | 111 | 52 |
| Binary | 11101 | 1001110 | 10111010 | 1010100 | 111010 | 0 | 11011 | 11011101 | 1001001 | 101010 |
Color Harmonies of #1D4EBA
Complementary color
Monochromatic Colors of #1D4EBA
Black with #1D4EBA
Text Example
Text Example
White with #1D4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4EBA; }
p { color: rgb(29,78,186); }
H1.HeaderClassName
{
color: #1D4EBA;
}
.AnyTagClassName
{
color: #1D4EBA;
}
</style>
background-color css
<style>
a { background-color: #1D4EBA; }
a { background-color: rgb(29,78,186); }
div.DivClassName
{
background-color: #1D4EBA;
}
.BgClassName
{
background-color: #1D4EBA;
}
</style>
border-color css
<style>
span { border-color: #1D4EBA; }
span { border-color: rgb(29,78,186); }
td.TdClassName
{
border-color: #1D4EBA;
}
.TagClassName
{
border-color: #1D4EBA;
}
</style>