Shades of Cerulean Blue #1D4DAA
Tints of Cerulean Blue #1D4DAA
RGB
CMYK
RGB Variations
Color information
#1D4DAA (or 0x1D4DAA) is known color: Cerulean Blue. HEX triplet: 1D, 4D and AA. RGB value is (29,77,170). Sum of RGB (Red+Green+Blue) = 29+77+170=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D4DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D4DAA is #E2B255. Grayscale: #484848. Windows color (decimal): -14856790 or 11160861. OLE color: 11160861.
HSL color Cylindrical-coordinate representation of color #1D4DAA: hue angle of 219.57º 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 #1D4DAA is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 77 | 170 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.33 |
| HSL | 219.57º | 0.71% | 0.39% | - |
| HSV(B) | 219.57º | 0.83% | 0.67% | - |
| XYZ | 10.42 | 8.47 | 39.12 | - |
| YUV | 73.25 | 182.6 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 77 | 170 | 0.83 | 0.55 | 0 | 0.33 | 219.57 | 0.71 | 0.39 |
| Hex | 1D | 4D | AA | 53 | 37 | 0 | 21 | DC | 47 | 27 |
| Octal | 35 | 115 | 252 | 123 | 67 | 0 | 41 | 334 | 107 | 47 |
| Binary | 11101 | 1001101 | 10101010 | 1010011 | 110111 | 0 | 100001 | 11011100 | 1000111 | 100111 |
Color Harmonies of #1D4DAA
Complementary color
Monochromatic Colors of #1D4DAA
Black with #1D4DAA
Text Example
Text Example
White with #1D4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4DAA; }
p { color: rgb(29,77,170); }
H1.HeaderClassName
{
color: #1D4DAA;
}
.AnyTagClassName
{
color: #1D4DAA;
}
</style>
background-color css
<style>
a { background-color: #1D4DAA; }
a { background-color: rgb(29,77,170); }
div.DivClassName
{
background-color: #1D4DAA;
}
.BgClassName
{
background-color: #1D4DAA;
}
</style>
border-color css
<style>
span { border-color: #1D4DAA; }
span { border-color: rgb(29,77,170); }
td.TdClassName
{
border-color: #1D4DAA;
}
.TagClassName
{
border-color: #1D4DAA;
}
</style>