Shades of Cerulean Blue #134DD6
Tints of Cerulean Blue #134DD6
RGB
CMYK
RGB Variations
Color information
#134DD6 (or 0x134DD6) is known color: Cerulean Blue. HEX triplet: 13, 4D and D6. RGB value is (19,77,214). Sum of RGB (Red+Green+Blue) = 19+77+214=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 214 (83.98% from 255 or 69.03% from 310); Max value from RGB is 214 - color contains mainly: blue. Hex color #134DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DD6 is #ECB229. Grayscale: #4A4A4A. Windows color (decimal): -15512106 or 14044435. OLE color: 14044435.
HSL color Cylindrical-coordinate representation of color #134DD6: hue angle of 222.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134DD6 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 77 | 214 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.16 |
| HSL | 222.15º | 0.84% | 0.46% | - |
| HSV(B) | 222.15º | 0.91% | 0.84% | - |
| XYZ | 15.06 | 10.3 | 64.81 | - |
| YUV | 75.28 | 206.28 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 214 | 0.91 | 0.64 | 0 | 0.16 | 222.15 | 0.84 | 0.46 |
| Hex | 13 | 4D | D6 | 5B | 40 | 0 | 10 | DE | 54 | 2E |
| Octal | 23 | 115 | 326 | 133 | 100 | 0 | 20 | 336 | 124 | 56 |
| Binary | 10011 | 1001101 | 11010110 | 1011011 | 1000000 | 0 | 10000 | 11011110 | 1010100 | 101110 |
Color Harmonies of #134DD6
Complementary color
Monochromatic Colors of #134DD6
Black with #134DD6
Text Example
Text Example
White with #134DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DD6; }
p { color: rgb(19,77,214); }
H1.HeaderClassName
{
color: #134DD6;
}
.AnyTagClassName
{
color: #134DD6;
}
</style>
background-color css
<style>
a { background-color: #134DD6; }
a { background-color: rgb(19,77,214); }
div.DivClassName
{
background-color: #134DD6;
}
.BgClassName
{
background-color: #134DD6;
}
</style>
border-color css
<style>
span { border-color: #134DD6; }
span { border-color: rgb(19,77,214); }
td.TdClassName
{
border-color: #134DD6;
}
.TagClassName
{
border-color: #134DD6;
}
</style>