Shades of Cerulean Blue #1C51B3
Tints of Cerulean Blue #1C51B3
RGB
CMYK
RGB Variations
Color information
#1C51B3 (or 0x1C51B3) is known color: Cerulean Blue. HEX triplet: 1C, 51 and B3. RGB value is (28,81,179). Sum of RGB (Red+Green+Blue) = 28+81+179=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 179 (70.31% from 255 or 62.15% from 288); Max value from RGB is 179 - color contains mainly: blue. Hex color #1C51B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C51B3 is #E3AE4C. Grayscale: #4B4B4B. Windows color (decimal): -14921293 or 11751708. OLE color: 11751708.
HSL color Cylindrical-coordinate representation of color #1C51B3: hue angle of 218.94º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C51B3 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 81 | 179 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.30 |
| HSL | 218.94º | 0.73% | 0.41% | - |
| HSV(B) | 218.94º | 0.84% | 0.7% | - |
| XYZ | 11.56 | 9.39 | 43.85 | - |
| YUV | 76.33 | 185.94 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 81 | 179 | 0.84 | 0.55 | 0 | 0.30 | 218.94 | 0.73 | 0.41 |
| Hex | 1C | 51 | B3 | 54 | 37 | 0 | 1E | DB | 49 | 29 |
| Octal | 34 | 121 | 263 | 124 | 67 | 0 | 36 | 333 | 111 | 51 |
| Binary | 11100 | 1010001 | 10110011 | 1010100 | 110111 | 0 | 11110 | 11011011 | 1001001 | 101001 |
Color Harmonies of #1C51B3
Complementary color
Monochromatic Colors of #1C51B3
Black with #1C51B3
Text Example
Text Example
White with #1C51B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C51B3; }
p { color: rgb(28,81,179); }
H1.HeaderClassName
{
color: #1C51B3;
}
.AnyTagClassName
{
color: #1C51B3;
}
</style>
background-color css
<style>
a { background-color: #1C51B3; }
a { background-color: rgb(28,81,179); }
div.DivClassName
{
background-color: #1C51B3;
}
.BgClassName
{
background-color: #1C51B3;
}
</style>
border-color css
<style>
span { border-color: #1C51B3; }
span { border-color: rgb(28,81,179); }
td.TdClassName
{
border-color: #1C51B3;
}
.TagClassName
{
border-color: #1C51B3;
}
</style>