Shades of Cerulean Blue #134CCD
Tints of Cerulean Blue #134CCD
RGB
CMYK
RGB Variations
Color information
#134CCD (or 0x134CCD) is known color: Cerulean Blue. HEX triplet: 13, 4C and CD. RGB value is (19,76,205). Sum of RGB (Red+Green+Blue) = 19+76+205=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #134CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CCD is #ECB332. Grayscale: #494949. Windows color (decimal): -15512371 or 13454355. OLE color: 13454355.
HSL color Cylindrical-coordinate representation of color #134CCD: hue angle of 221.61º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134CCD is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 76 | 205 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.20 |
| HSL | 221.61º | 0.83% | 0.44% | - |
| HSV(B) | 221.61º | 0.91% | 0.8% | - |
| XYZ | 13.87 | 9.72 | 58.9 | - |
| YUV | 73.66 | 202.12 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 205 | 0.91 | 0.63 | 0 | 0.20 | 221.61 | 0.83 | 0.44 |
| Hex | 13 | 4C | CD | 5B | 3F | 0 | 14 | DE | 53 | 2C |
| Octal | 23 | 114 | 315 | 133 | 77 | 0 | 24 | 336 | 123 | 54 |
| Binary | 10011 | 1001100 | 11001101 | 1011011 | 111111 | 0 | 10100 | 11011110 | 1010011 | 101100 |
Color Harmonies of #134CCD
Complementary color
Monochromatic Colors of #134CCD
Black with #134CCD
Text Example
Text Example
White with #134CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CCD; }
p { color: rgb(19,76,205); }
H1.HeaderClassName
{
color: #134CCD;
}
.AnyTagClassName
{
color: #134CCD;
}
</style>
background-color css
<style>
a { background-color: #134CCD; }
a { background-color: rgb(19,76,205); }
div.DivClassName
{
background-color: #134CCD;
}
.BgClassName
{
background-color: #134CCD;
}
</style>
border-color css
<style>
span { border-color: #134CCD; }
span { border-color: rgb(19,76,205); }
td.TdClassName
{
border-color: #134CCD;
}
.TagClassName
{
border-color: #134CCD;
}
</style>