Shades of Cerulean Blue #1C4FAC
Tints of Cerulean Blue #1C4FAC
RGB
CMYK
RGB Variations
Color information
#1C4FAC (or 0x1C4FAC) is known color: Cerulean Blue. HEX triplet: 1C, 4F and AC. RGB value is (28,79,172). Sum of RGB (Red+Green+Blue) = 28+79+172=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C4FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C4FAC is #E3B053. Grayscale: #494949. Windows color (decimal): -14921812 or 11292444. OLE color: 11292444.
HSL color Cylindrical-coordinate representation of color #1C4FAC: hue angle of 218.75º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C4FAC is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 79 | 172 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.33 |
| HSL | 218.75º | 0.72% | 0.39% | - |
| HSV(B) | 218.75º | 0.84% | 0.67% | - |
| XYZ | 10.72 | 8.82 | 40.17 | - |
| YUV | 74.35 | 183.1 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 79 | 172 | 0.84 | 0.54 | 0 | 0.33 | 218.75 | 0.72 | 0.39 |
| Hex | 1C | 4F | AC | 54 | 36 | 0 | 21 | DB | 48 | 27 |
| Octal | 34 | 117 | 254 | 124 | 66 | 0 | 41 | 333 | 110 | 47 |
| Binary | 11100 | 1001111 | 10101100 | 1010100 | 110110 | 0 | 100001 | 11011011 | 1001000 | 100111 |
Color Harmonies of #1C4FAC
Complementary color
Monochromatic Colors of #1C4FAC
Black with #1C4FAC
Text Example
Text Example
White with #1C4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4FAC; }
p { color: rgb(28,79,172); }
H1.HeaderClassName
{
color: #1C4FAC;
}
.AnyTagClassName
{
color: #1C4FAC;
}
</style>
background-color css
<style>
a { background-color: #1C4FAC; }
a { background-color: rgb(28,79,172); }
div.DivClassName
{
background-color: #1C4FAC;
}
.BgClassName
{
background-color: #1C4FAC;
}
</style>
border-color css
<style>
span { border-color: #1C4FAC; }
span { border-color: rgb(28,79,172); }
td.TdClassName
{
border-color: #1C4FAC;
}
.TagClassName
{
border-color: #1C4FAC;
}
</style>