Shades of Cerulean Blue #1C47E1
Tints of Cerulean Blue #1C47E1
RGB
CMYK
RGB Variations
Color information
#1C47E1 (or 0x1C47E1) is known color: Cerulean Blue. HEX triplet: 1C, 47 and E1. RGB value is (28,71,225). Sum of RGB (Red+Green+Blue) = 28+71+225=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 225 (88.28% from 255 or 69.44% from 324); Max value from RGB is 225 - color contains mainly: blue. Hex color #1C47E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C47E1 is #E3B81E. Grayscale: #4B4B4B. Windows color (decimal): -14923807 or 14763804. OLE color: 14763804.
HSL color Cylindrical-coordinate representation of color #1C47E1: hue angle of 226.9º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C47E1 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 71 | 225 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.12 |
| HSL | 226.9º | 0.78% | 0.5% | - |
| HSV(B) | 226.9º | 0.88% | 0.88% | - |
| XYZ | 16.32 | 10.19 | 72.34 | - |
| YUV | 75.7 | 212.25 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 71 | 225 | 0.88 | 0.68 | 0 | 0.12 | 226.9 | 0.78 | 0.5 |
| Hex | 1C | 47 | E1 | 58 | 44 | 0 | C | E3 | 4E | 32 |
| Octal | 34 | 107 | 341 | 130 | 104 | 0 | 14 | 343 | 116 | 62 |
| Binary | 11100 | 1000111 | 11100001 | 1011000 | 1000100 | 0 | 1100 | 11100011 | 1001110 | 110010 |
Color Harmonies of #1C47E1
Complementary color
Monochromatic Colors of #1C47E1
Black with #1C47E1
Text Example
Text Example
White with #1C47E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C47E1; }
p { color: rgb(28,71,225); }
H1.HeaderClassName
{
color: #1C47E1;
}
.AnyTagClassName
{
color: #1C47E1;
}
</style>
background-color css
<style>
a { background-color: #1C47E1; }
a { background-color: rgb(28,71,225); }
div.DivClassName
{
background-color: #1C47E1;
}
.BgClassName
{
background-color: #1C47E1;
}
</style>
border-color css
<style>
span { border-color: #1C47E1; }
span { border-color: rgb(28,71,225); }
td.TdClassName
{
border-color: #1C47E1;
}
.TagClassName
{
border-color: #1C47E1;
}
</style>