Shades of Dark Cerulean #134A84
Tints of Dark Cerulean #134A84
RGB
CMYK
RGB Variations
Color information
#134A84 (or 0x134A84) is known color: Dark Cerulean. HEX triplet: 13, 4A and 84. RGB value is (19,74,132). Sum of RGB (Red+Green+Blue) = 19+74+132=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #134A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134A84 is #ECB57B. Grayscale: #3F3F3F. Windows color (decimal): -15512956 or 8669715. OLE color: 8669715.
HSL color Cylindrical-coordinate representation of color #134A84: hue angle of 210.8º 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 #134A84 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 74 | 132 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.48 |
| HSL | 210.8º | 0.75% | 0.3% | - |
| HSV(B) | 210.8º | 0.86% | 0.52% | - |
| XYZ | 6.88 | 6.7 | 22.76 | - |
| YUV | 64.17 | 166.28 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 132 | 0.86 | 0.44 | 0 | 0.48 | 210.8 | 0.75 | 0.3 |
| Hex | 13 | 4A | 84 | 56 | 2C | 0 | 30 | D3 | 4B | 1E |
| Octal | 23 | 112 | 204 | 126 | 54 | 0 | 60 | 323 | 113 | 36 |
| Binary | 10011 | 1001010 | 10000100 | 1010110 | 101100 | 0 | 110000 | 11010011 | 1001011 | 11110 |
Color Harmonies of #134A84
Complementary color
Monochromatic Colors of #134A84
Black with #134A84
Text Example
Text Example
White with #134A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A84; }
p { color: rgb(19,74,132); }
H1.HeaderClassName
{
color: #134A84;
}
.AnyTagClassName
{
color: #134A84;
}
</style>
background-color css
<style>
a { background-color: #134A84; }
a { background-color: rgb(19,74,132); }
div.DivClassName
{
background-color: #134A84;
}
.BgClassName
{
background-color: #134A84;
}
</style>
border-color css
<style>
span { border-color: #134A84; }
span { border-color: rgb(19,74,132); }
td.TdClassName
{
border-color: #134A84;
}
.TagClassName
{
border-color: #134A84;
}
</style>