Shades of Dark Cerulean #134C84
Tints of Dark Cerulean #134C84
RGB
CMYK
RGB Variations
Color information
#134C84 (or 0x134C84) is known color: Dark Cerulean. HEX triplet: 13, 4C and 84. RGB value is (19,76,132). Sum of RGB (Red+Green+Blue) = 19+76+132=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #134C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134C84 is #ECB37B. Grayscale: #414141. Windows color (decimal): -15512444 or 8670227. OLE color: 8670227.
HSL color Cylindrical-coordinate representation of color #134C84: hue angle of 209.73º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134C84 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 76 | 132 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.48 |
| HSL | 209.73º | 0.75% | 0.3% | - |
| HSV(B) | 209.73º | 0.86% | 0.52% | - |
| XYZ | 7.02 | 6.97 | 22.81 | - |
| YUV | 65.34 | 165.62 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 132 | 0.86 | 0.42 | 0 | 0.48 | 209.73 | 0.75 | 0.3 |
| Hex | 13 | 4C | 84 | 56 | 2A | 0 | 30 | D2 | 4B | 1E |
| Octal | 23 | 114 | 204 | 126 | 52 | 0 | 60 | 322 | 113 | 36 |
| Binary | 10011 | 1001100 | 10000100 | 1010110 | 101010 | 0 | 110000 | 11010010 | 1001011 | 11110 |
Color Harmonies of #134C84
Complementary color
Monochromatic Colors of #134C84
Black with #134C84
Text Example
Text Example
White with #134C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C84; }
p { color: rgb(19,76,132); }
H1.HeaderClassName
{
color: #134C84;
}
.AnyTagClassName
{
color: #134C84;
}
</style>
background-color css
<style>
a { background-color: #134C84; }
a { background-color: rgb(19,76,132); }
div.DivClassName
{
background-color: #134C84;
}
.BgClassName
{
background-color: #134C84;
}
</style>
border-color css
<style>
span { border-color: #134C84; }
span { border-color: rgb(19,76,132); }
td.TdClassName
{
border-color: #134C84;
}
.TagClassName
{
border-color: #134C84;
}
</style>