Shades of Cerulean Blue #1C4EBD
Tints of Cerulean Blue #1C4EBD
RGB
CMYK
RGB Variations
Color information
#1C4EBD (or 0x1C4EBD) is known color: Cerulean Blue. HEX triplet: 1C, 4E and BD. RGB value is (28,78,189). Sum of RGB (Red+Green+Blue) = 28+78+189=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C4EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C4EBD is #E3B142. Grayscale: #4B4B4B. Windows color (decimal): -14922051 or 12406300. OLE color: 12406300.
HSL color Cylindrical-coordinate representation of color #1C4EBD: hue angle of 221.37º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C4EBD is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 78 | 189 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.26 |
| HSL | 221.37º | 0.74% | 0.43% | - |
| HSV(B) | 221.37º | 0.85% | 0.74% | - |
| XYZ | 12.39 | 9.37 | 49.3 | - |
| YUV | 75.7 | 191.94 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 78 | 189 | 0.85 | 0.59 | 0 | 0.26 | 221.37 | 0.74 | 0.43 |
| Hex | 1C | 4E | BD | 55 | 3B | 0 | 1A | DD | 4A | 2B |
| Octal | 34 | 116 | 275 | 125 | 73 | 0 | 32 | 335 | 112 | 53 |
| Binary | 11100 | 1001110 | 10111101 | 1010101 | 111011 | 0 | 11010 | 11011101 | 1001010 | 101011 |
Color Harmonies of #1C4EBD
Complementary color
Monochromatic Colors of #1C4EBD
Black with #1C4EBD
Text Example
Text Example
White with #1C4EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4EBD; }
p { color: rgb(28,78,189); }
H1.HeaderClassName
{
color: #1C4EBD;
}
.AnyTagClassName
{
color: #1C4EBD;
}
</style>
background-color css
<style>
a { background-color: #1C4EBD; }
a { background-color: rgb(28,78,189); }
div.DivClassName
{
background-color: #1C4EBD;
}
.BgClassName
{
background-color: #1C4EBD;
}
</style>
border-color css
<style>
span { border-color: #1C4EBD; }
span { border-color: rgb(28,78,189); }
td.TdClassName
{
border-color: #1C4EBD;
}
.TagClassName
{
border-color: #1C4EBD;
}
</style>