Shades of Cerulean Blue #1D4CB4
Tints of Cerulean Blue #1D4CB4
RGB
CMYK
RGB Variations
Color information
#1D4CB4 (or 0x1D4CB4) is known color: Cerulean Blue. HEX triplet: 1D, 4C and B4. RGB value is (29,76,180). Sum of RGB (Red+Green+Blue) = 29+76+180=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 180 (70.70% from 255 or 63.16% from 285); Max value from RGB is 180 - color contains mainly: blue. Hex color #1D4CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4CB4 is #E2B34B. Grayscale: #494949. Windows color (decimal): -14857036 or 11815965. OLE color: 11815965.
HSL color Cylindrical-coordinate representation of color #1D4CB4: hue angle of 221.32º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D4CB4 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 76 | 180 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.29 |
| HSL | 221.32º | 0.72% | 0.41% | - |
| HSV(B) | 221.32º | 0.84% | 0.71% | - |
| XYZ | 11.33 | 8.73 | 44.27 | - |
| YUV | 73.8 | 187.93 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 180 | 0.84 | 0.58 | 0 | 0.29 | 221.32 | 0.72 | 0.41 |
| Hex | 1D | 4C | B4 | 54 | 3A | 0 | 1D | DD | 48 | 29 |
| Octal | 35 | 114 | 264 | 124 | 72 | 0 | 35 | 335 | 110 | 51 |
| Binary | 11101 | 1001100 | 10110100 | 1010100 | 111010 | 0 | 11101 | 11011101 | 1001000 | 101001 |
Color Harmonies of #1D4CB4
Complementary color
Monochromatic Colors of #1D4CB4
Black with #1D4CB4
Text Example
Text Example
White with #1D4CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4CB4; }
p { color: rgb(29,76,180); }
H1.HeaderClassName
{
color: #1D4CB4;
}
.AnyTagClassName
{
color: #1D4CB4;
}
</style>
background-color css
<style>
a { background-color: #1D4CB4; }
a { background-color: rgb(29,76,180); }
div.DivClassName
{
background-color: #1D4CB4;
}
.BgClassName
{
background-color: #1D4CB4;
}
</style>
border-color css
<style>
span { border-color: #1D4CB4; }
span { border-color: rgb(29,76,180); }
td.TdClassName
{
border-color: #1D4CB4;
}
.TagClassName
{
border-color: #1D4CB4;
}
</style>