Shades of Cerulean Blue #134DDA
Tints of Cerulean Blue #134DDA
RGB
CMYK
RGB Variations
Color information
#134DDA (or 0x134DDA) is known color: Cerulean Blue. HEX triplet: 13, 4D and DA. RGB value is (19,77,218). Sum of RGB (Red+Green+Blue) = 19+77+218=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #134DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DDA is #ECB225. Grayscale: #4B4B4B. Windows color (decimal): -15512102 or 14306579. OLE color: 14306579.
HSL color Cylindrical-coordinate representation of color #134DDA: hue angle of 222.51º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134DDA is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 77 | 218 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.15 |
| HSL | 222.51º | 0.84% | 0.46% | - |
| HSV(B) | 222.51º | 0.91% | 0.85% | - |
| XYZ | 15.58 | 10.51 | 67.54 | - |
| YUV | 75.73 | 208.28 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 218 | 0.91 | 0.65 | 0 | 0.15 | 222.51 | 0.84 | 0.46 |
| Hex | 13 | 4D | DA | 5B | 41 | 0 | F | DF | 54 | 2E |
| Octal | 23 | 115 | 332 | 133 | 101 | 0 | 17 | 337 | 124 | 56 |
| Binary | 10011 | 1001101 | 11011010 | 1011011 | 1000001 | 0 | 1111 | 11011111 | 1010100 | 101110 |
Color Harmonies of #134DDA
Complementary color
Monochromatic Colors of #134DDA
Black with #134DDA
Text Example
Text Example
White with #134DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DDA; }
p { color: rgb(19,77,218); }
H1.HeaderClassName
{
color: #134DDA;
}
.AnyTagClassName
{
color: #134DDA;
}
</style>
background-color css
<style>
a { background-color: #134DDA; }
a { background-color: rgb(19,77,218); }
div.DivClassName
{
background-color: #134DDA;
}
.BgClassName
{
background-color: #134DDA;
}
</style>
border-color css
<style>
span { border-color: #134DDA; }
span { border-color: rgb(19,77,218); }
td.TdClassName
{
border-color: #134DDA;
}
.TagClassName
{
border-color: #134DDA;
}
</style>