Shades of Cerulean Blue #134AD6
Tints of Cerulean Blue #134AD6
RGB
CMYK
RGB Variations
Color information
#134AD6 (or 0x134AD6) is known color: Cerulean Blue. HEX triplet: 13, 4A and D6. RGB value is (19,74,214). Sum of RGB (Red+Green+Blue) = 19+74+214=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 214 (83.98% from 255 or 69.71% from 307); Max value from RGB is 214 - color contains mainly: blue. Hex color #134AD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134AD6 is #ECB529. Grayscale: #484848. Windows color (decimal): -15512874 or 14043667. OLE color: 14043667.
HSL color Cylindrical-coordinate representation of color #134AD6: hue angle of 223.08º 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 #134AD6 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 74 | 214 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.16 |
| HSL | 223.08º | 0.84% | 0.46% | - |
| HSV(B) | 223.08º | 0.91% | 0.84% | - |
| XYZ | 14.85 | 9.89 | 64.74 | - |
| YUV | 73.52 | 207.28 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 214 | 0.91 | 0.65 | 0 | 0.16 | 223.08 | 0.84 | 0.46 |
| Hex | 13 | 4A | D6 | 5B | 41 | 0 | 10 | DF | 54 | 2E |
| Octal | 23 | 112 | 326 | 133 | 101 | 0 | 20 | 337 | 124 | 56 |
| Binary | 10011 | 1001010 | 11010110 | 1011011 | 1000001 | 0 | 10000 | 11011111 | 1010100 | 101110 |
Color Harmonies of #134AD6
Complementary color
Monochromatic Colors of #134AD6
Black with #134AD6
Text Example
Text Example
White with #134AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134AD6; }
p { color: rgb(19,74,214); }
H1.HeaderClassName
{
color: #134AD6;
}
.AnyTagClassName
{
color: #134AD6;
}
</style>
background-color css
<style>
a { background-color: #134AD6; }
a { background-color: rgb(19,74,214); }
div.DivClassName
{
background-color: #134AD6;
}
.BgClassName
{
background-color: #134AD6;
}
</style>
border-color css
<style>
span { border-color: #134AD6; }
span { border-color: rgb(19,74,214); }
td.TdClassName
{
border-color: #134AD6;
}
.TagClassName
{
border-color: #134AD6;
}
</style>