Shades of Cerulean Blue #134CDB
Tints of Cerulean Blue #134CDB
RGB
CMYK
RGB Variations
Color information
#134CDB (or 0x134CDB) is known color: Cerulean Blue. HEX triplet: 13, 4C and DB. RGB value is (19,76,219). Sum of RGB (Red+Green+Blue) = 19+76+219=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #134CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CDB is #ECB324. Grayscale: #4A4A4A. Windows color (decimal): -15512357 or 14371859. OLE color: 14371859.
HSL color Cylindrical-coordinate representation of color #134CDB: hue angle of 222.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134CDB is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 76 | 219 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.14 |
| HSL | 222.9º | 0.84% | 0.47% | - |
| HSV(B) | 222.9º | 0.91% | 0.86% | - |
| XYZ | 15.64 | 10.42 | 68.21 | - |
| YUV | 75.26 | 209.12 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 219 | 0.91 | 0.65 | 0 | 0.14 | 222.9 | 0.84 | 0.47 |
| Hex | 13 | 4C | DB | 5B | 41 | 0 | E | DF | 54 | 2F |
| Octal | 23 | 114 | 333 | 133 | 101 | 0 | 16 | 337 | 124 | 57 |
| Binary | 10011 | 1001100 | 11011011 | 1011011 | 1000001 | 0 | 1110 | 11011111 | 1010100 | 101111 |
Color Harmonies of #134CDB
Complementary color
Monochromatic Colors of #134CDB
Black with #134CDB
Text Example
Text Example
White with #134CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CDB; }
p { color: rgb(19,76,219); }
H1.HeaderClassName
{
color: #134CDB;
}
.AnyTagClassName
{
color: #134CDB;
}
</style>
background-color css
<style>
a { background-color: #134CDB; }
a { background-color: rgb(19,76,219); }
div.DivClassName
{
background-color: #134CDB;
}
.BgClassName
{
background-color: #134CDB;
}
</style>
border-color css
<style>
span { border-color: #134CDB; }
span { border-color: rgb(19,76,219); }
td.TdClassName
{
border-color: #134CDB;
}
.TagClassName
{
border-color: #134CDB;
}
</style>