Shades of Cerulean Blue #1B54C9
Tints of Cerulean Blue #1B54C9
RGB
CMYK
RGB Variations
Color information
#1B54C9 (or 0x1B54C9) is known color: Cerulean Blue. HEX triplet: 1B, 54 and C9. RGB value is (27,84,201). Sum of RGB (Red+Green+Blue) = 27+84+201=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 201 (78.91% from 255 or 64.42% from 312); Max value from RGB is 201 - color contains mainly: blue. Hex color #1B54C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B54C9 is #E4AB36. Grayscale: #4F4F4F. Windows color (decimal): -14986039 or 13194267. OLE color: 13194267.
HSL color Cylindrical-coordinate representation of color #1B54C9: hue angle of 220.34º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B54C9 is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 84 | 201 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.21 |
| HSL | 220.34º | 0.76% | 0.45% | - |
| HSV(B) | 220.34º | 0.87% | 0.79% | - |
| XYZ | 14.16 | 10.79 | 56.59 | - |
| YUV | 80.3 | 196.12 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 201 | 0.87 | 0.58 | 0 | 0.21 | 220.34 | 0.76 | 0.45 |
| Hex | 1B | 54 | C9 | 57 | 3A | 0 | 15 | DC | 4C | 2D |
| Octal | 33 | 124 | 311 | 127 | 72 | 0 | 25 | 334 | 114 | 55 |
| Binary | 11011 | 1010100 | 11001001 | 1010111 | 111010 | 0 | 10101 | 11011100 | 1001100 | 101101 |
Color Harmonies of #1B54C9
Complementary color
Monochromatic Colors of #1B54C9
Black with #1B54C9
Text Example
Text Example
White with #1B54C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B54C9; }
p { color: rgb(27,84,201); }
H1.HeaderClassName
{
color: #1B54C9;
}
.AnyTagClassName
{
color: #1B54C9;
}
</style>
background-color css
<style>
a { background-color: #1B54C9; }
a { background-color: rgb(27,84,201); }
div.DivClassName
{
background-color: #1B54C9;
}
.BgClassName
{
background-color: #1B54C9;
}
</style>
border-color css
<style>
span { border-color: #1B54C9; }
span { border-color: rgb(27,84,201); }
td.TdClassName
{
border-color: #1B54C9;
}
.TagClassName
{
border-color: #1B54C9;
}
</style>