Shades of Cerulean Blue #1D4CAE
Tints of Cerulean Blue #1D4CAE
RGB
CMYK
RGB Variations
Color information
#1D4CAE (or 0x1D4CAE) is known color: Cerulean Blue. HEX triplet: 1D, 4C and AE. RGB value is (29,76,174). Sum of RGB (Red+Green+Blue) = 29+76+174=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D4CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4CAE is #E2B351. Grayscale: #484848. Windows color (decimal): -14857042 or 11422749. OLE color: 11422749.
HSL color Cylindrical-coordinate representation of color #1D4CAE: hue angle of 220.55º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D4CAE is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 76 | 174 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.32 |
| HSL | 220.55º | 0.71% | 0.4% | - |
| HSV(B) | 220.55º | 0.83% | 0.68% | - |
| XYZ | 10.73 | 8.49 | 41.12 | - |
| YUV | 73.12 | 184.93 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 174 | 0.83 | 0.56 | 0 | 0.32 | 220.55 | 0.71 | 0.4 |
| Hex | 1D | 4C | AE | 53 | 38 | 0 | 20 | DD | 47 | 28 |
| Octal | 35 | 114 | 256 | 123 | 70 | 0 | 40 | 335 | 107 | 50 |
| Binary | 11101 | 1001100 | 10101110 | 1010011 | 111000 | 0 | 100000 | 11011101 | 1000111 | 101000 |
Color Harmonies of #1D4CAE
Complementary color
Monochromatic Colors of #1D4CAE
Black with #1D4CAE
Text Example
Text Example
White with #1D4CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4CAE; }
p { color: rgb(29,76,174); }
H1.HeaderClassName
{
color: #1D4CAE;
}
.AnyTagClassName
{
color: #1D4CAE;
}
</style>
background-color css
<style>
a { background-color: #1D4CAE; }
a { background-color: rgb(29,76,174); }
div.DivClassName
{
background-color: #1D4CAE;
}
.BgClassName
{
background-color: #1D4CAE;
}
</style>
border-color css
<style>
span { border-color: #1D4CAE; }
span { border-color: rgb(29,76,174); }
td.TdClassName
{
border-color: #1D4CAE;
}
.TagClassName
{
border-color: #1D4CAE;
}
</style>