Shades of Dark Cerulean #134891
Tints of Dark Cerulean #134891
RGB
CMYK
RGB Variations
Color information
#134891 (or 0x134891) is known color: Dark Cerulean. HEX triplet: 13, 48 and 91. RGB value is (19,72,145). Sum of RGB (Red+Green+Blue) = 19+72+145=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #134891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134891 is #ECB76E. Grayscale: #404040. Windows color (decimal): -15513455 or 9521171. OLE color: 9521171.
HSL color Cylindrical-coordinate representation of color #134891: hue angle of 214.76º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134891 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 72 | 145 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.43 |
| HSL | 214.76º | 0.77% | 0.32% | - |
| HSV(B) | 214.76º | 0.87% | 0.57% | - |
| XYZ | 7.7 | 6.82 | 27.7 | - |
| YUV | 64.48 | 173.44 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 145 | 0.87 | 0.50 | 0 | 0.43 | 214.76 | 0.77 | 0.32 |
| Hex | 13 | 48 | 91 | 57 | 32 | 0 | 2B | D7 | 4D | 20 |
| Octal | 23 | 110 | 221 | 127 | 62 | 0 | 53 | 327 | 115 | 40 |
| Binary | 10011 | 1001000 | 10010001 | 1010111 | 110010 | 0 | 101011 | 11010111 | 1001101 | 100000 |
Color Harmonies of #134891
Complementary color
Monochromatic Colors of #134891
Black with #134891
Text Example
Text Example
White with #134891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134891; }
p { color: rgb(19,72,145); }
H1.HeaderClassName
{
color: #134891;
}
.AnyTagClassName
{
color: #134891;
}
</style>
background-color css
<style>
a { background-color: #134891; }
a { background-color: rgb(19,72,145); }
div.DivClassName
{
background-color: #134891;
}
.BgClassName
{
background-color: #134891;
}
</style>
border-color css
<style>
span { border-color: #134891; }
span { border-color: rgb(19,72,145); }
td.TdClassName
{
border-color: #134891;
}
.TagClassName
{
border-color: #134891;
}
</style>