Shades of Cerulean Blue #1C4DAE
Tints of Cerulean Blue #1C4DAE
RGB
CMYK
RGB Variations
Color information
#1C4DAE (or 0x1C4DAE) is known color: Cerulean Blue. HEX triplet: 1C, 4D and AE. RGB value is (28,77,174). Sum of RGB (Red+Green+Blue) = 28+77+174=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 77 (30.47% from 255 or 27.60% 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 #1C4DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C4DAE is #E3B251. Grayscale: #484848. Windows color (decimal): -14922322 or 11423004. OLE color: 11423004.
HSL color Cylindrical-coordinate representation of color #1C4DAE: hue angle of 219.86º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C4DAE is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 77 | 174 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.32 |
| HSL | 219.86º | 0.72% | 0.4% | - |
| HSV(B) | 219.86º | 0.84% | 0.68% | - |
| XYZ | 10.77 | 8.61 | 41.14 | - |
| YUV | 73.41 | 184.77 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 77 | 174 | 0.84 | 0.56 | 0 | 0.32 | 219.86 | 0.72 | 0.4 |
| Hex | 1C | 4D | AE | 54 | 38 | 0 | 20 | DC | 48 | 28 |
| Octal | 34 | 115 | 256 | 124 | 70 | 0 | 40 | 334 | 110 | 50 |
| Binary | 11100 | 1001101 | 10101110 | 1010100 | 111000 | 0 | 100000 | 11011100 | 1001000 | 101000 |
Color Harmonies of #1C4DAE
Complementary color
Monochromatic Colors of #1C4DAE
Black with #1C4DAE
Text Example
Text Example
White with #1C4DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4DAE; }
p { color: rgb(28,77,174); }
H1.HeaderClassName
{
color: #1C4DAE;
}
.AnyTagClassName
{
color: #1C4DAE;
}
</style>
background-color css
<style>
a { background-color: #1C4DAE; }
a { background-color: rgb(28,77,174); }
div.DivClassName
{
background-color: #1C4DAE;
}
.BgClassName
{
background-color: #1C4DAE;
}
</style>
border-color css
<style>
span { border-color: #1C4DAE; }
span { border-color: rgb(28,77,174); }
td.TdClassName
{
border-color: #1C4DAE;
}
.TagClassName
{
border-color: #1C4DAE;
}
</style>