Shades of Cerulean Blue #134BDD
Tints of Cerulean Blue #134BDD
RGB
CMYK
RGB Variations
Color information
#134BDD (or 0x134BDD) is known color: Cerulean Blue. HEX triplet: 13, 4B and DD. RGB value is (19,75,221). Sum of RGB (Red+Green+Blue) = 19+75+221=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #134BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134BDD is #ECB422. Grayscale: #4A4A4A. Windows color (decimal): -15512611 or 14502675. OLE color: 14502675.
HSL color Cylindrical-coordinate representation of color #134BDD: hue angle of 223.37º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134BDD is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 75 | 221 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.13 |
| HSL | 223.37º | 0.84% | 0.47% | - |
| HSV(B) | 223.37º | 0.91% | 0.87% | - |
| XYZ | 15.84 | 10.39 | 69.58 | - |
| YUV | 74.9 | 210.45 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 221 | 0.91 | 0.66 | 0 | 0.13 | 223.37 | 0.84 | 0.47 |
| Hex | 13 | 4B | DD | 5B | 42 | 0 | D | DF | 54 | 2F |
| Octal | 23 | 113 | 335 | 133 | 102 | 0 | 15 | 337 | 124 | 57 |
| Binary | 10011 | 1001011 | 11011101 | 1011011 | 1000010 | 0 | 1101 | 11011111 | 1010100 | 101111 |
Color Harmonies of #134BDD
Complementary color
Monochromatic Colors of #134BDD
Black with #134BDD
Text Example
Text Example
White with #134BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134BDD; }
p { color: rgb(19,75,221); }
H1.HeaderClassName
{
color: #134BDD;
}
.AnyTagClassName
{
color: #134BDD;
}
</style>
background-color css
<style>
a { background-color: #134BDD; }
a { background-color: rgb(19,75,221); }
div.DivClassName
{
background-color: #134BDD;
}
.BgClassName
{
background-color: #134BDD;
}
</style>
border-color css
<style>
span { border-color: #134BDD; }
span { border-color: rgb(19,75,221); }
td.TdClassName
{
border-color: #134BDD;
}
.TagClassName
{
border-color: #134BDD;
}
</style>