Shades of Cerulean Blue #134CDF
Tints of Cerulean Blue #134CDF
RGB
CMYK
RGB Variations
Color information
#134CDF (or 0x134CDF) is known color: Cerulean Blue. HEX triplet: 13, 4C and DF. RGB value is (19,76,223). Sum of RGB (Red+Green+Blue) = 19+76+223=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #134CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CDF is #ECB320. Grayscale: #4B4B4B. Windows color (decimal): -15512353 or 14634003. OLE color: 14634003.
HSL color Cylindrical-coordinate representation of color #134CDF: hue angle of 223.24º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134CDF is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 76 | 223 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.13 |
| HSL | 223.24º | 0.84% | 0.47% | - |
| HSV(B) | 223.24º | 0.91% | 0.87% | - |
| XYZ | 16.17 | 10.64 | 71.01 | - |
| YUV | 75.72 | 211.12 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 223 | 0.91 | 0.66 | 0 | 0.13 | 223.24 | 0.84 | 0.47 |
| Hex | 13 | 4C | DF | 5B | 42 | 0 | D | DF | 54 | 2F |
| Octal | 23 | 114 | 337 | 133 | 102 | 0 | 15 | 337 | 124 | 57 |
| Binary | 10011 | 1001100 | 11011111 | 1011011 | 1000010 | 0 | 1101 | 11011111 | 1010100 | 101111 |
Color Harmonies of #134CDF
Complementary color
Monochromatic Colors of #134CDF
Black with #134CDF
Text Example
Text Example
White with #134CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CDF; }
p { color: rgb(19,76,223); }
H1.HeaderClassName
{
color: #134CDF;
}
.AnyTagClassName
{
color: #134CDF;
}
</style>
background-color css
<style>
a { background-color: #134CDF; }
a { background-color: rgb(19,76,223); }
div.DivClassName
{
background-color: #134CDF;
}
.BgClassName
{
background-color: #134CDF;
}
</style>
border-color css
<style>
span { border-color: #134CDF; }
span { border-color: rgb(19,76,223); }
td.TdClassName
{
border-color: #134CDF;
}
.TagClassName
{
border-color: #134CDF;
}
</style>