Shades of Cerulean Blue #144BCB
Tints of Cerulean Blue #144BCB
RGB
CMYK
RGB Variations
Color information
#144BCB (or 0x144BCB) is known color: Cerulean Blue. HEX triplet: 14, 4B and CB. RGB value is (20,75,203). Sum of RGB (Red+Green+Blue) = 20+75+203=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #144BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BCB is #EBB434. Grayscale: #484848. Windows color (decimal): -15447093 or 13323028. OLE color: 13323028.
HSL color Cylindrical-coordinate representation of color #144BCB: hue angle of 221.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144BCB is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 75 | 203 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.20 |
| HSL | 221.97º | 0.82% | 0.44% | - |
| HSV(B) | 221.97º | 0.9% | 0.8% | - |
| XYZ | 13.58 | 9.49 | 57.62 | - |
| YUV | 73.15 | 201.28 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 203 | 0.90 | 0.63 | 0 | 0.20 | 221.97 | 0.82 | 0.44 |
| Hex | 14 | 4B | CB | 5A | 3F | 0 | 14 | DE | 52 | 2C |
| Octal | 24 | 113 | 313 | 132 | 77 | 0 | 24 | 336 | 122 | 54 |
| Binary | 10100 | 1001011 | 11001011 | 1011010 | 111111 | 0 | 10100 | 11011110 | 1010010 | 101100 |
Color Harmonies of #144BCB
Complementary color
Monochromatic Colors of #144BCB
Black with #144BCB
Text Example
Text Example
White with #144BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BCB; }
p { color: rgb(20,75,203); }
H1.HeaderClassName
{
color: #144BCB;
}
.AnyTagClassName
{
color: #144BCB;
}
</style>
background-color css
<style>
a { background-color: #144BCB; }
a { background-color: rgb(20,75,203); }
div.DivClassName
{
background-color: #144BCB;
}
.BgClassName
{
background-color: #144BCB;
}
</style>
border-color css
<style>
span { border-color: #144BCB; }
span { border-color: rgb(20,75,203); }
td.TdClassName
{
border-color: #144BCB;
}
.TagClassName
{
border-color: #144BCB;
}
</style>