Shades of Cerulean Blue #134BDB
Tints of Cerulean Blue #134BDB
RGB
CMYK
RGB Variations
Color information
#134BDB (or 0x134BDB) is known color: Cerulean Blue. HEX triplet: 13, 4B and DB. RGB value is (19,75,219). Sum of RGB (Red+Green+Blue) = 19+75+219=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #134BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134BDB is #ECB424. Grayscale: #4A4A4A. Windows color (decimal): -15512613 or 14371603. OLE color: 14371603.
HSL color Cylindrical-coordinate representation of color #134BDB: hue angle of 223.2º 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 #134BDB is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 75 | 219 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.14 |
| HSL | 223.2º | 0.84% | 0.47% | - |
| HSV(B) | 223.2º | 0.91% | 0.86% | - |
| XYZ | 15.57 | 10.29 | 68.18 | - |
| YUV | 74.67 | 209.45 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 219 | 0.91 | 0.66 | 0 | 0.14 | 223.2 | 0.84 | 0.47 |
| Hex | 13 | 4B | DB | 5B | 42 | 0 | E | DF | 54 | 2F |
| Octal | 23 | 113 | 333 | 133 | 102 | 0 | 16 | 337 | 124 | 57 |
| Binary | 10011 | 1001011 | 11011011 | 1011011 | 1000010 | 0 | 1110 | 11011111 | 1010100 | 101111 |
Color Harmonies of #134BDB
Complementary color
Monochromatic Colors of #134BDB
Black with #134BDB
Text Example
Text Example
White with #134BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134BDB; }
p { color: rgb(19,75,219); }
H1.HeaderClassName
{
color: #134BDB;
}
.AnyTagClassName
{
color: #134BDB;
}
</style>
background-color css
<style>
a { background-color: #134BDB; }
a { background-color: rgb(19,75,219); }
div.DivClassName
{
background-color: #134BDB;
}
.BgClassName
{
background-color: #134BDB;
}
</style>
border-color css
<style>
span { border-color: #134BDB; }
span { border-color: rgb(19,75,219); }
td.TdClassName
{
border-color: #134BDB;
}
.TagClassName
{
border-color: #134BDB;
}
</style>