Shades of Dark Cerulean #134C78
Tints of Dark Cerulean #134C78
RGB
CMYK
RGB Variations
Color information
#134C78 (or 0x134C78) is known color: Dark Cerulean. HEX triplet: 13, 4C and 78. RGB value is (19,76,120). Sum of RGB (Red+Green+Blue) = 19+76+120=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #134C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C78 is #ECB387. Grayscale: #3F3F3F. Windows color (decimal): -15512456 or 7883795. OLE color: 7883795.
HSL color Cylindrical-coordinate representation of color #134C78: hue angle of 206.14º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134C78 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 76 | 120 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.53 |
| HSL | 206.14º | 0.73% | 0.27% | - |
| HSV(B) | 206.14º | 0.84% | 0.47% | - |
| XYZ | 6.24 | 6.66 | 18.73 | - |
| YUV | 63.97 | 159.62 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 120 | 0.84 | 0.37 | 0 | 0.53 | 206.14 | 0.73 | 0.27 |
| Hex | 13 | 4C | 78 | 54 | 25 | 0 | 35 | CE | 49 | 1B |
| Octal | 23 | 114 | 170 | 124 | 45 | 0 | 65 | 316 | 111 | 33 |
| Binary | 10011 | 1001100 | 1111000 | 1010100 | 100101 | 0 | 110101 | 11001110 | 1001001 | 11011 |
Color Harmonies of #134C78
Complementary color
Monochromatic Colors of #134C78
Black with #134C78
Text Example
Text Example
White with #134C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C78; }
p { color: rgb(19,76,120); }
H1.HeaderClassName
{
color: #134C78;
}
.AnyTagClassName
{
color: #134C78;
}
</style>
background-color css
<style>
a { background-color: #134C78; }
a { background-color: rgb(19,76,120); }
div.DivClassName
{
background-color: #134C78;
}
.BgClassName
{
background-color: #134C78;
}
</style>
border-color css
<style>
span { border-color: #134C78; }
span { border-color: rgb(19,76,120); }
td.TdClassName
{
border-color: #134C78;
}
.TagClassName
{
border-color: #134C78;
}
</style>