Shades of Cerulean Blue #1B4EB5
Tints of Cerulean Blue #1B4EB5
RGB
CMYK
RGB Variations
Color information
#1B4EB5 (or 0x1B4EB5) is known color: Cerulean Blue. HEX triplet: 1B, 4E and B5. RGB value is (27,78,181). Sum of RGB (Red+Green+Blue) = 27+78+181=286 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.44% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 181 (71.09% from 255 or 63.29% from 286); Max value from RGB is 181 - color contains mainly: blue. Hex color #1B4EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4EB5 is #E4B14A. Grayscale: #4A4A4A. Windows color (decimal): -14987595 or 11882011. OLE color: 11882011.
HSL color Cylindrical-coordinate representation of color #1B4EB5: hue angle of 220.13º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B4EB5 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 78 | 181 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.29 |
| HSL | 220.13º | 0.74% | 0.41% | - |
| HSV(B) | 220.13º | 0.85% | 0.71% | - |
| XYZ | 11.52 | 9.02 | 44.85 | - |
| YUV | 74.49 | 188.1 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 78 | 181 | 0.85 | 0.57 | 0 | 0.29 | 220.13 | 0.74 | 0.41 |
| Hex | 1B | 4E | B5 | 55 | 39 | 0 | 1D | DC | 4A | 29 |
| Octal | 33 | 116 | 265 | 125 | 71 | 0 | 35 | 334 | 112 | 51 |
| Binary | 11011 | 1001110 | 10110101 | 1010101 | 111001 | 0 | 11101 | 11011100 | 1001010 | 101001 |
Color Harmonies of #1B4EB5
Complementary color
Monochromatic Colors of #1B4EB5
Black with #1B4EB5
Text Example
Text Example
White with #1B4EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4EB5; }
p { color: rgb(27,78,181); }
H1.HeaderClassName
{
color: #1B4EB5;
}
.AnyTagClassName
{
color: #1B4EB5;
}
</style>
background-color css
<style>
a { background-color: #1B4EB5; }
a { background-color: rgb(27,78,181); }
div.DivClassName
{
background-color: #1B4EB5;
}
.BgClassName
{
background-color: #1B4EB5;
}
</style>
border-color css
<style>
span { border-color: #1B4EB5; }
span { border-color: rgb(27,78,181); }
td.TdClassName
{
border-color: #1B4EB5;
}
.TagClassName
{
border-color: #1B4EB5;
}
</style>