Shades of Dark Cerulean #134189
Tints of Dark Cerulean #134189
RGB
CMYK
RGB Variations
Color information
#134189 (or 0x134189) is known color: Dark Cerulean. HEX triplet: 13, 41 and 89. RGB value is (19,65,137). Sum of RGB (Red+Green+Blue) = 19+65+137=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #134189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134189 is #ECBE76. Grayscale: #3B3B3B. Windows color (decimal): -15515255 or 8995091. OLE color: 8995091.
HSL color Cylindrical-coordinate representation of color #134189: hue angle of 216.61º 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 #134189 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 65 | 137 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.46 |
| HSL | 216.61º | 0.76% | 0.31% | - |
| HSV(B) | 216.61º | 0.86% | 0.54% | - |
| XYZ | 6.67 | 5.73 | 24.42 | - |
| YUV | 59.45 | 171.76 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 137 | 0.86 | 0.53 | 0 | 0.46 | 216.61 | 0.76 | 0.31 |
| Hex | 13 | 41 | 89 | 56 | 35 | 0 | 2E | D9 | 4C | 1F |
| Octal | 23 | 101 | 211 | 126 | 65 | 0 | 56 | 331 | 114 | 37 |
| Binary | 10011 | 1000001 | 10001001 | 1010110 | 110101 | 0 | 101110 | 11011001 | 1001100 | 11111 |
Color Harmonies of #134189
Complementary color
Monochromatic Colors of #134189
Black with #134189
Text Example
Text Example
White with #134189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134189; }
p { color: rgb(19,65,137); }
H1.HeaderClassName
{
color: #134189;
}
.AnyTagClassName
{
color: #134189;
}
</style>
background-color css
<style>
a { background-color: #134189; }
a { background-color: rgb(19,65,137); }
div.DivClassName
{
background-color: #134189;
}
.BgClassName
{
background-color: #134189;
}
</style>
border-color css
<style>
span { border-color: #134189; }
span { border-color: rgb(19,65,137); }
td.TdClassName
{
border-color: #134189;
}
.TagClassName
{
border-color: #134189;
}
</style>