Shades of Cerulean Blue #1D49AB
Tints of Cerulean Blue #1D49AB
RGB
CMYK
RGB Variations
Color information
#1D49AB (or 0x1D49AB) is known color: Cerulean Blue. HEX triplet: 1D, 49 and AB. RGB value is (29,73,171). Sum of RGB (Red+Green+Blue) = 29+73+171=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D49AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D49AB is #E2B654. Grayscale: #464646. Windows color (decimal): -14857813 or 11225373. OLE color: 11225373.
HSL color Cylindrical-coordinate representation of color #1D49AB: hue angle of 221.41º 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 #1D49AB is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 73 | 171 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.33 |
| HSL | 221.41º | 0.71% | 0.39% | - |
| HSV(B) | 221.41º | 0.83% | 0.67% | - |
| XYZ | 10.24 | 7.97 | 39.53 | - |
| YUV | 71.02 | 184.42 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 73 | 171 | 0.83 | 0.57 | 0 | 0.33 | 221.41 | 0.71 | 0.39 |
| Hex | 1D | 49 | AB | 53 | 39 | 0 | 21 | DD | 47 | 27 |
| Octal | 35 | 111 | 253 | 123 | 71 | 0 | 41 | 335 | 107 | 47 |
| Binary | 11101 | 1001001 | 10101011 | 1010011 | 111001 | 0 | 100001 | 11011101 | 1000111 | 100111 |
Color Harmonies of #1D49AB
Complementary color
Monochromatic Colors of #1D49AB
Black with #1D49AB
Text Example
Text Example
White with #1D49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D49AB; }
p { color: rgb(29,73,171); }
H1.HeaderClassName
{
color: #1D49AB;
}
.AnyTagClassName
{
color: #1D49AB;
}
</style>
background-color css
<style>
a { background-color: #1D49AB; }
a { background-color: rgb(29,73,171); }
div.DivClassName
{
background-color: #1D49AB;
}
.BgClassName
{
background-color: #1D49AB;
}
</style>
border-color css
<style>
span { border-color: #1D49AB; }
span { border-color: rgb(29,73,171); }
td.TdClassName
{
border-color: #1D49AB;
}
.TagClassName
{
border-color: #1D49AB;
}
</style>