Shades of Dark Cerulean #134089
Tints of Dark Cerulean #134089
RGB
CMYK
RGB Variations
Color information
#134089 (or 0x134089) is known color: Dark Cerulean. HEX triplet: 13, 40 and 89. RGB value is (19,64,137). Sum of RGB (Red+Green+Blue) = 19+64+137=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #134089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134089 is #ECBF76. Grayscale: #3A3A3A. Windows color (decimal): -15515511 or 8994835. OLE color: 8994835.
HSL color Cylindrical-coordinate representation of color #134089: hue angle of 217.12º 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 #134089 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 64 | 137 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.46 |
| HSL | 217.12º | 0.76% | 0.31% | - |
| HSV(B) | 217.12º | 0.86% | 0.54% | - |
| XYZ | 6.62 | 5.61 | 24.4 | - |
| YUV | 58.87 | 172.09 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 137 | 0.86 | 0.53 | 0 | 0.46 | 217.12 | 0.76 | 0.31 |
| Hex | 13 | 40 | 89 | 56 | 35 | 0 | 2E | D9 | 4C | 1F |
| Octal | 23 | 100 | 211 | 126 | 65 | 0 | 56 | 331 | 114 | 37 |
| Binary | 10011 | 1000000 | 10001001 | 1010110 | 110101 | 0 | 101110 | 11011001 | 1001100 | 11111 |
Color Harmonies of #134089
Complementary color
Monochromatic Colors of #134089
Black with #134089
Text Example
Text Example
White with #134089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134089; }
p { color: rgb(19,64,137); }
H1.HeaderClassName
{
color: #134089;
}
.AnyTagClassName
{
color: #134089;
}
</style>
background-color css
<style>
a { background-color: #134089; }
a { background-color: rgb(19,64,137); }
div.DivClassName
{
background-color: #134089;
}
.BgClassName
{
background-color: #134089;
}
</style>
border-color css
<style>
span { border-color: #134089; }
span { border-color: rgb(19,64,137); }
td.TdClassName
{
border-color: #134089;
}
.TagClassName
{
border-color: #134089;
}
</style>