Shades of Cerulean Blue #134BDA
Tints of Cerulean Blue #134BDA
RGB
CMYK
RGB Variations
Color information
#134BDA (or 0x134BDA) is known color: Cerulean Blue. HEX triplet: 13, 4B and DA. RGB value is (19,75,218). Sum of RGB (Red+Green+Blue) = 19+75+218=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #134BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134BDA is #ECB425. Grayscale: #494949. Windows color (decimal): -15512614 or 14306067. OLE color: 14306067.
HSL color Cylindrical-coordinate representation of color #134BDA: hue angle of 223.12º 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 #134BDA is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 75 | 218 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.15 |
| HSL | 223.12º | 0.84% | 0.46% | - |
| HSV(B) | 223.12º | 0.91% | 0.85% | - |
| XYZ | 15.44 | 10.23 | 67.49 | - |
| YUV | 74.56 | 208.95 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 218 | 0.91 | 0.66 | 0 | 0.15 | 223.12 | 0.84 | 0.46 |
| Hex | 13 | 4B | DA | 5B | 42 | 0 | F | DF | 54 | 2E |
| Octal | 23 | 113 | 332 | 133 | 102 | 0 | 17 | 337 | 124 | 56 |
| Binary | 10011 | 1001011 | 11011010 | 1011011 | 1000010 | 0 | 1111 | 11011111 | 1010100 | 101110 |
Color Harmonies of #134BDA
Complementary color
Monochromatic Colors of #134BDA
Black with #134BDA
Text Example
Text Example
White with #134BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134BDA; }
p { color: rgb(19,75,218); }
H1.HeaderClassName
{
color: #134BDA;
}
.AnyTagClassName
{
color: #134BDA;
}
</style>
background-color css
<style>
a { background-color: #134BDA; }
a { background-color: rgb(19,75,218); }
div.DivClassName
{
background-color: #134BDA;
}
.BgClassName
{
background-color: #134BDA;
}
</style>
border-color css
<style>
span { border-color: #134BDA; }
span { border-color: rgb(19,75,218); }
td.TdClassName
{
border-color: #134BDA;
}
.TagClassName
{
border-color: #134BDA;
}
</style>