Shades of Cerulean Blue #1D4EAA
Tints of Cerulean Blue #1D4EAA
RGB
CMYK
RGB Variations
Color information
#1D4EAA (or 0x1D4EAA) is known color: Cerulean Blue. HEX triplet: 1D, 4E and AA. RGB value is (29,78,170). Sum of RGB (Red+Green+Blue) = 29+78+170=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D4EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D4EAA is #E2B155. Grayscale: #494949. Windows color (decimal): -14856534 or 11161117. OLE color: 11161117.
HSL color Cylindrical-coordinate representation of color #1D4EAA: hue angle of 219.15º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D4EAA is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 78 | 170 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.33 |
| HSL | 219.15º | 0.71% | 0.39% | - |
| HSV(B) | 219.15º | 0.83% | 0.67% | - |
| XYZ | 10.49 | 8.61 | 39.14 | - |
| YUV | 73.84 | 182.27 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 78 | 170 | 0.83 | 0.54 | 0 | 0.33 | 219.15 | 0.71 | 0.39 |
| Hex | 1D | 4E | AA | 53 | 36 | 0 | 21 | DB | 47 | 27 |
| Octal | 35 | 116 | 252 | 123 | 66 | 0 | 41 | 333 | 107 | 47 |
| Binary | 11101 | 1001110 | 10101010 | 1010011 | 110110 | 0 | 100001 | 11011011 | 1000111 | 100111 |
Color Harmonies of #1D4EAA
Complementary color
Monochromatic Colors of #1D4EAA
Black with #1D4EAA
Text Example
Text Example
White with #1D4EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4EAA; }
p { color: rgb(29,78,170); }
H1.HeaderClassName
{
color: #1D4EAA;
}
.AnyTagClassName
{
color: #1D4EAA;
}
</style>
background-color css
<style>
a { background-color: #1D4EAA; }
a { background-color: rgb(29,78,170); }
div.DivClassName
{
background-color: #1D4EAA;
}
.BgClassName
{
background-color: #1D4EAA;
}
</style>
border-color css
<style>
span { border-color: #1D4EAA; }
span { border-color: rgb(29,78,170); }
td.TdClassName
{
border-color: #1D4EAA;
}
.TagClassName
{
border-color: #1D4EAA;
}
</style>