Shades of Dark Cerulean #134289
Tints of Dark Cerulean #134289
RGB
CMYK
RGB Variations
Color information
#134289 (or 0x134289) is known color: Dark Cerulean. HEX triplet: 13, 42 and 89. RGB value is (19,66,137). Sum of RGB (Red+Green+Blue) = 19+66+137=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #134289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134289 is #ECBD76. Grayscale: #3B3B3B. Windows color (decimal): -15514999 or 8995347. OLE color: 8995347.
HSL color Cylindrical-coordinate representation of color #134289: hue angle of 216.1º 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 #134289 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 66 | 137 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.46 |
| HSL | 216.1º | 0.76% | 0.31% | - |
| HSV(B) | 216.1º | 0.86% | 0.54% | - |
| XYZ | 6.73 | 5.84 | 24.44 | - |
| YUV | 60.04 | 171.43 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 137 | 0.86 | 0.52 | 0 | 0.46 | 216.1 | 0.76 | 0.31 |
| Hex | 13 | 42 | 89 | 56 | 34 | 0 | 2E | D8 | 4C | 1F |
| Octal | 23 | 102 | 211 | 126 | 64 | 0 | 56 | 330 | 114 | 37 |
| Binary | 10011 | 1000010 | 10001001 | 1010110 | 110100 | 0 | 101110 | 11011000 | 1001100 | 11111 |
Color Harmonies of #134289
Complementary color
Monochromatic Colors of #134289
Black with #134289
Text Example
Text Example
White with #134289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134289; }
p { color: rgb(19,66,137); }
H1.HeaderClassName
{
color: #134289;
}
.AnyTagClassName
{
color: #134289;
}
</style>
background-color css
<style>
a { background-color: #134289; }
a { background-color: rgb(19,66,137); }
div.DivClassName
{
background-color: #134289;
}
.BgClassName
{
background-color: #134289;
}
</style>
border-color css
<style>
span { border-color: #134289; }
span { border-color: rgb(19,66,137); }
td.TdClassName
{
border-color: #134289;
}
.TagClassName
{
border-color: #134289;
}
</style>