Shades of Cerulean Blue #1B4BC6
Tints of Cerulean Blue #1B4BC6
RGB
CMYK
RGB Variations
Color information
#1B4BC6 (or 0x1B4BC6) is known color: Cerulean Blue. HEX triplet: 1B, 4B and C6. RGB value is (27,75,198). Sum of RGB (Red+Green+Blue) = 27+75+198=300 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 198 (77.73% from 255 or 66% from 300); Max value from RGB is 198 - color contains mainly: blue. Hex color #1B4BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B4BC6 is #E4B439. Grayscale: #4A4A4A. Windows color (decimal): -14988346 or 12995355. OLE color: 12995355.
HSL color Cylindrical-coordinate representation of color #1B4BC6: hue angle of 223.16º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B4BC6 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 75 | 198 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.22 |
| HSL | 223.16º | 0.76% | 0.44% | - |
| HSV(B) | 223.16º | 0.86% | 0.78% | - |
| XYZ | 13.16 | 9.34 | 54.54 | - |
| YUV | 74.67 | 197.6 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 75 | 198 | 0.86 | 0.62 | 0 | 0.22 | 223.16 | 0.76 | 0.44 |
| Hex | 1B | 4B | C6 | 56 | 3E | 0 | 16 | DF | 4C | 2C |
| Octal | 33 | 113 | 306 | 126 | 76 | 0 | 26 | 337 | 114 | 54 |
| Binary | 11011 | 1001011 | 11000110 | 1010110 | 111110 | 0 | 10110 | 11011111 | 1001100 | 101100 |
Color Harmonies of #1B4BC6
Complementary color
Monochromatic Colors of #1B4BC6
Black with #1B4BC6
Text Example
Text Example
White with #1B4BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4BC6; }
p { color: rgb(27,75,198); }
H1.HeaderClassName
{
color: #1B4BC6;
}
.AnyTagClassName
{
color: #1B4BC6;
}
</style>
background-color css
<style>
a { background-color: #1B4BC6; }
a { background-color: rgb(27,75,198); }
div.DivClassName
{
background-color: #1B4BC6;
}
.BgClassName
{
background-color: #1B4BC6;
}
</style>
border-color css
<style>
span { border-color: #1B4BC6; }
span { border-color: rgb(27,75,198); }
td.TdClassName
{
border-color: #1B4BC6;
}
.TagClassName
{
border-color: #1B4BC6;
}
</style>