Shades of Cerulean Blue #1D4CAD
Tints of Cerulean Blue #1D4CAD
RGB
CMYK
RGB Variations
Color information
#1D4CAD (or 0x1D4CAD) is known color: Cerulean Blue. HEX triplet: 1D, 4C and AD. RGB value is (29,76,173). Sum of RGB (Red+Green+Blue) = 29+76+173=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D4CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4CAD is #E2B352. Grayscale: #484848. Windows color (decimal): -14857043 or 11357213. OLE color: 11357213.
HSL color Cylindrical-coordinate representation of color #1D4CAD: hue angle of 220.42º 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 #1D4CAD is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 76 | 173 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.32 |
| HSL | 220.42º | 0.71% | 0.4% | - |
| HSV(B) | 220.42º | 0.83% | 0.68% | - |
| XYZ | 10.63 | 8.45 | 40.61 | - |
| YUV | 73.01 | 184.43 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 173 | 0.83 | 0.56 | 0 | 0.32 | 220.42 | 0.71 | 0.4 |
| Hex | 1D | 4C | AD | 53 | 38 | 0 | 20 | DC | 47 | 28 |
| Octal | 35 | 114 | 255 | 123 | 70 | 0 | 40 | 334 | 107 | 50 |
| Binary | 11101 | 1001100 | 10101101 | 1010011 | 111000 | 0 | 100000 | 11011100 | 1000111 | 101000 |
Color Harmonies of #1D4CAD
Complementary color
Monochromatic Colors of #1D4CAD
Black with #1D4CAD
Text Example
Text Example
White with #1D4CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4CAD; }
p { color: rgb(29,76,173); }
H1.HeaderClassName
{
color: #1D4CAD;
}
.AnyTagClassName
{
color: #1D4CAD;
}
</style>
background-color css
<style>
a { background-color: #1D4CAD; }
a { background-color: rgb(29,76,173); }
div.DivClassName
{
background-color: #1D4CAD;
}
.BgClassName
{
background-color: #1D4CAD;
}
</style>
border-color css
<style>
span { border-color: #1D4CAD; }
span { border-color: rgb(29,76,173); }
td.TdClassName
{
border-color: #1D4CAD;
}
.TagClassName
{
border-color: #1D4CAD;
}
</style>