Shades of Cerulean Blue #1C50AC
Tints of Cerulean Blue #1C50AC
RGB
CMYK
RGB Variations
Color information
#1C50AC (or 0x1C50AC) is known color: Cerulean Blue. HEX triplet: 1C, 50 and AC. RGB value is (28,80,172). Sum of RGB (Red+Green+Blue) = 28+80+172=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C50AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C50AC is #E3AF53. Grayscale: #4A4A4A. Windows color (decimal): -14921556 or 11292700. OLE color: 11292700.
HSL color Cylindrical-coordinate representation of color #1C50AC: hue angle of 218.33º 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 #1C50AC is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 80 | 172 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.33 |
| HSL | 218.33º | 0.72% | 0.39% | - |
| HSV(B) | 218.33º | 0.84% | 0.67% | - |
| XYZ | 10.79 | 8.96 | 40.19 | - |
| YUV | 74.94 | 182.77 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 80 | 172 | 0.84 | 0.53 | 0 | 0.33 | 218.33 | 0.72 | 0.39 |
| Hex | 1C | 50 | AC | 54 | 35 | 0 | 21 | DA | 48 | 27 |
| Octal | 34 | 120 | 254 | 124 | 65 | 0 | 41 | 332 | 110 | 47 |
| Binary | 11100 | 1010000 | 10101100 | 1010100 | 110101 | 0 | 100001 | 11011010 | 1001000 | 100111 |
Color Harmonies of #1C50AC
Complementary color
Monochromatic Colors of #1C50AC
Black with #1C50AC
Text Example
Text Example
White with #1C50AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C50AC; }
p { color: rgb(28,80,172); }
H1.HeaderClassName
{
color: #1C50AC;
}
.AnyTagClassName
{
color: #1C50AC;
}
</style>
background-color css
<style>
a { background-color: #1C50AC; }
a { background-color: rgb(28,80,172); }
div.DivClassName
{
background-color: #1C50AC;
}
.BgClassName
{
background-color: #1C50AC;
}
</style>
border-color css
<style>
span { border-color: #1C50AC; }
span { border-color: rgb(28,80,172); }
td.TdClassName
{
border-color: #1C50AC;
}
.TagClassName
{
border-color: #1C50AC;
}
</style>