Shades of Cerulean Blue #1B4ECB
Tints of Cerulean Blue #1B4ECB
RGB
CMYK
RGB Variations
Color information
#1B4ECB (or 0x1B4ECB) is known color: Cerulean Blue. HEX triplet: 1B, 4E and CB. RGB value is (27,78,203). Sum of RGB (Red+Green+Blue) = 27+78+203=308 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.77% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #1B4ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4ECB is #E4B134. Grayscale: #4C4C4C. Windows color (decimal): -14987573 or 13323803. OLE color: 13323803.
HSL color Cylindrical-coordinate representation of color #1B4ECB: hue angle of 222.61º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B4ECB is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 78 | 203 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.20 |
| HSL | 222.61º | 0.77% | 0.45% | - |
| HSV(B) | 222.61º | 0.87% | 0.8% | - |
| XYZ | 13.96 | 9.99 | 57.69 | - |
| YUV | 77 | 199.1 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 78 | 203 | 0.87 | 0.62 | 0 | 0.20 | 222.61 | 0.77 | 0.45 |
| Hex | 1B | 4E | CB | 57 | 3E | 0 | 14 | DF | 4D | 2D |
| Octal | 33 | 116 | 313 | 127 | 76 | 0 | 24 | 337 | 115 | 55 |
| Binary | 11011 | 1001110 | 11001011 | 1010111 | 111110 | 0 | 10100 | 11011111 | 1001101 | 101101 |
Color Harmonies of #1B4ECB
Complementary color
Monochromatic Colors of #1B4ECB
Black with #1B4ECB
Text Example
Text Example
White with #1B4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4ECB; }
p { color: rgb(27,78,203); }
H1.HeaderClassName
{
color: #1B4ECB;
}
.AnyTagClassName
{
color: #1B4ECB;
}
</style>
background-color css
<style>
a { background-color: #1B4ECB; }
a { background-color: rgb(27,78,203); }
div.DivClassName
{
background-color: #1B4ECB;
}
.BgClassName
{
background-color: #1B4ECB;
}
</style>
border-color css
<style>
span { border-color: #1B4ECB; }
span { border-color: rgb(27,78,203); }
td.TdClassName
{
border-color: #1B4ECB;
}
.TagClassName
{
border-color: #1B4ECB;
}
</style>