Shades of Cerulean Blue #1B54C5
Tints of Cerulean Blue #1B54C5
RGB
CMYK
RGB Variations
Color information
#1B54C5 (or 0x1B54C5) is known color: Cerulean Blue. HEX triplet: 1B, 54 and C5. RGB value is (27,84,197). Sum of RGB (Red+Green+Blue) = 27+84+197=308 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.77% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 197 (77.34% from 255 or 63.96% from 308); Max value from RGB is 197 - color contains mainly: blue. Hex color #1B54C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B54C5 is #E4AB3A. Grayscale: #4F4F4F. Windows color (decimal): -14986043 or 12932123. OLE color: 12932123.
HSL color Cylindrical-coordinate representation of color #1B54C5: hue angle of 219.88º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B54C5 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 84 | 197 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.23 |
| HSL | 219.88º | 0.76% | 0.44% | - |
| HSV(B) | 219.88º | 0.86% | 0.77% | - |
| XYZ | 13.7 | 10.6 | 54.15 | - |
| YUV | 79.84 | 194.12 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 197 | 0.86 | 0.57 | 0 | 0.23 | 219.88 | 0.76 | 0.44 |
| Hex | 1B | 54 | C5 | 56 | 39 | 0 | 17 | DC | 4C | 2C |
| Octal | 33 | 124 | 305 | 126 | 71 | 0 | 27 | 334 | 114 | 54 |
| Binary | 11011 | 1010100 | 11000101 | 1010110 | 111001 | 0 | 10111 | 11011100 | 1001100 | 101100 |
Color Harmonies of #1B54C5
Complementary color
Monochromatic Colors of #1B54C5
Black with #1B54C5
Text Example
Text Example
White with #1B54C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B54C5; }
p { color: rgb(27,84,197); }
H1.HeaderClassName
{
color: #1B54C5;
}
.AnyTagClassName
{
color: #1B54C5;
}
</style>
background-color css
<style>
a { background-color: #1B54C5; }
a { background-color: rgb(27,84,197); }
div.DivClassName
{
background-color: #1B54C5;
}
.BgClassName
{
background-color: #1B54C5;
}
</style>
border-color css
<style>
span { border-color: #1B54C5; }
span { border-color: rgb(27,84,197); }
td.TdClassName
{
border-color: #1B54C5;
}
.TagClassName
{
border-color: #1B54C5;
}
</style>