Shades of Dark Cerulean #134989
Tints of Dark Cerulean #134989
RGB
CMYK
RGB Variations
Color information
#134989 (or 0x134989) is known color: Dark Cerulean. HEX triplet: 13, 49 and 89. RGB value is (19,73,137). Sum of RGB (Red+Green+Blue) = 19+73+137=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 137 (53.91% from 255 or 59.83% from 229); Max value from RGB is 137 - color contains mainly: blue. Hex color #134989 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134989 is #ECB676. Grayscale: #3F3F3F. Windows color (decimal): -15513207 or 8997139. OLE color: 8997139.
HSL color Cylindrical-coordinate representation of color #134989: hue angle of 212.54º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134989 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 73 | 137 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.46 |
| HSL | 212.54º | 0.76% | 0.31% | - |
| HSV(B) | 212.54º | 0.86% | 0.54% | - |
| XYZ | 7.17 | 6.71 | 24.58 | - |
| YUV | 64.15 | 169.11 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 137 | 0.86 | 0.47 | 0 | 0.46 | 212.54 | 0.76 | 0.31 |
| Hex | 13 | 49 | 89 | 56 | 2F | 0 | 2E | D5 | 4C | 1F |
| Octal | 23 | 111 | 211 | 126 | 57 | 0 | 56 | 325 | 114 | 37 |
| Binary | 10011 | 1001001 | 10001001 | 1010110 | 101111 | 0 | 101110 | 11010101 | 1001100 | 11111 |
Color Harmonies of #134989
Complementary color
Monochromatic Colors of #134989
Black with #134989
Text Example
Text Example
White with #134989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134989; }
p { color: rgb(19,73,137); }
H1.HeaderClassName
{
color: #134989;
}
.AnyTagClassName
{
color: #134989;
}
</style>
background-color css
<style>
a { background-color: #134989; }
a { background-color: rgb(19,73,137); }
div.DivClassName
{
background-color: #134989;
}
.BgClassName
{
background-color: #134989;
}
</style>
border-color css
<style>
span { border-color: #134989; }
span { border-color: rgb(19,73,137); }
td.TdClassName
{
border-color: #134989;
}
.TagClassName
{
border-color: #134989;
}
</style>