Shades of Cerulean Blue #134EDB
Tints of Cerulean Blue #134EDB
RGB
CMYK
RGB Variations
Color information
#134EDB (or 0x134EDB) is known color: Cerulean Blue. HEX triplet: 13, 4E and DB. RGB value is (19,78,219). Sum of RGB (Red+Green+Blue) = 19+78+219=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #134EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134EDB is #ECB124. Grayscale: #4B4B4B. Windows color (decimal): -15511845 or 14372371. OLE color: 14372371.
HSL color Cylindrical-coordinate representation of color #134EDB: hue angle of 222.3º 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 #134EDB is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 78 | 219 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.14 |
| HSL | 222.3º | 0.84% | 0.47% | - |
| HSV(B) | 222.3º | 0.91% | 0.86% | - |
| XYZ | 15.78 | 10.7 | 68.25 | - |
| YUV | 76.43 | 208.45 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 219 | 0.91 | 0.64 | 0 | 0.14 | 222.3 | 0.84 | 0.47 |
| Hex | 13 | 4E | DB | 5B | 40 | 0 | E | DE | 54 | 2F |
| Octal | 23 | 116 | 333 | 133 | 100 | 0 | 16 | 336 | 124 | 57 |
| Binary | 10011 | 1001110 | 11011011 | 1011011 | 1000000 | 0 | 1110 | 11011110 | 1010100 | 101111 |
Color Harmonies of #134EDB
Complementary color
Monochromatic Colors of #134EDB
Black with #134EDB
Text Example
Text Example
White with #134EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134EDB; }
p { color: rgb(19,78,219); }
H1.HeaderClassName
{
color: #134EDB;
}
.AnyTagClassName
{
color: #134EDB;
}
</style>
background-color css
<style>
a { background-color: #134EDB; }
a { background-color: rgb(19,78,219); }
div.DivClassName
{
background-color: #134EDB;
}
.BgClassName
{
background-color: #134EDB;
}
</style>
border-color css
<style>
span { border-color: #134EDB; }
span { border-color: rgb(19,78,219); }
td.TdClassName
{
border-color: #134EDB;
}
.TagClassName
{
border-color: #134EDB;
}
</style>