Shades of Cerulean Blue #134ADA
Tints of Cerulean Blue #134ADA
RGB
CMYK
RGB Variations
Color information
#134ADA (or 0x134ADA) is known color: Cerulean Blue. HEX triplet: 13, 4A and DA. RGB value is (19,74,218). Sum of RGB (Red+Green+Blue) = 19+74+218=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #134ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134ADA is #ECB525. Grayscale: #494949. Windows color (decimal): -15512870 or 14305811. OLE color: 14305811.
HSL color Cylindrical-coordinate representation of color #134ADA: hue angle of 223.42º 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 #134ADA is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 74 | 218 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.15 |
| HSL | 223.42º | 0.84% | 0.46% | - |
| HSV(B) | 223.42º | 0.91% | 0.85% | - |
| XYZ | 15.37 | 10.1 | 67.47 | - |
| YUV | 73.97 | 209.28 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 218 | 0.91 | 0.66 | 0 | 0.15 | 223.42 | 0.84 | 0.46 |
| Hex | 13 | 4A | DA | 5B | 42 | 0 | F | DF | 54 | 2E |
| Octal | 23 | 112 | 332 | 133 | 102 | 0 | 17 | 337 | 124 | 56 |
| Binary | 10011 | 1001010 | 11011010 | 1011011 | 1000010 | 0 | 1111 | 11011111 | 1010100 | 101110 |
Color Harmonies of #134ADA
Complementary color
Monochromatic Colors of #134ADA
Black with #134ADA
Text Example
Text Example
White with #134ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134ADA; }
p { color: rgb(19,74,218); }
H1.HeaderClassName
{
color: #134ADA;
}
.AnyTagClassName
{
color: #134ADA;
}
</style>
background-color css
<style>
a { background-color: #134ADA; }
a { background-color: rgb(19,74,218); }
div.DivClassName
{
background-color: #134ADA;
}
.BgClassName
{
background-color: #134ADA;
}
</style>
border-color css
<style>
span { border-color: #134ADA; }
span { border-color: rgb(19,74,218); }
td.TdClassName
{
border-color: #134ADA;
}
.TagClassName
{
border-color: #134ADA;
}
</style>