Shades of Cerulean Blue #1B4EBE
Tints of Cerulean Blue #1B4EBE
RGB
CMYK
RGB Variations
Color information
#1B4EBE (or 0x1B4EBE) is known color: Cerulean Blue. HEX triplet: 1B, 4E and BE. RGB value is (27,78,190). Sum of RGB (Red+Green+Blue) = 27+78+190=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B4EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4EBE is #E4B141. Grayscale: #4B4B4B. Windows color (decimal): -14987586 or 12471835. OLE color: 12471835.
HSL color Cylindrical-coordinate representation of color #1B4EBE: hue angle of 221.23º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B4EBE is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 78 | 190 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.25 |
| HSL | 221.23º | 0.75% | 0.43% | - |
| HSV(B) | 221.23º | 0.86% | 0.75% | - |
| XYZ | 12.47 | 9.4 | 49.87 | - |
| YUV | 75.52 | 192.6 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 78 | 190 | 0.86 | 0.59 | 0 | 0.25 | 221.23 | 0.75 | 0.43 |
| Hex | 1B | 4E | BE | 56 | 3B | 0 | 19 | DD | 4B | 2B |
| Octal | 33 | 116 | 276 | 126 | 73 | 0 | 31 | 335 | 113 | 53 |
| Binary | 11011 | 1001110 | 10111110 | 1010110 | 111011 | 0 | 11001 | 11011101 | 1001011 | 101011 |
Color Harmonies of #1B4EBE
Complementary color
Monochromatic Colors of #1B4EBE
Black with #1B4EBE
Text Example
Text Example
White with #1B4EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4EBE; }
p { color: rgb(27,78,190); }
H1.HeaderClassName
{
color: #1B4EBE;
}
.AnyTagClassName
{
color: #1B4EBE;
}
</style>
background-color css
<style>
a { background-color: #1B4EBE; }
a { background-color: rgb(27,78,190); }
div.DivClassName
{
background-color: #1B4EBE;
}
.BgClassName
{
background-color: #1B4EBE;
}
</style>
border-color css
<style>
span { border-color: #1B4EBE; }
span { border-color: rgb(27,78,190); }
td.TdClassName
{
border-color: #1B4EBE;
}
.TagClassName
{
border-color: #1B4EBE;
}
</style>