Shades of Dark Cerulean #134990
Tints of Dark Cerulean #134990
RGB
CMYK
RGB Variations
Color information
#134990 (or 0x134990) is known color: Dark Cerulean. HEX triplet: 13, 49 and 90. RGB value is (19,73,144). Sum of RGB (Red+Green+Blue) = 19+73+144=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #134990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134990 is #ECB66F. Grayscale: #404040. Windows color (decimal): -15513200 or 9455891. OLE color: 9455891.
HSL color Cylindrical-coordinate representation of color #134990: hue angle of 214.08º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134990 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 73 | 144 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.44 |
| HSL | 214.08º | 0.77% | 0.32% | - |
| HSV(B) | 214.08º | 0.87% | 0.56% | - |
| XYZ | 7.69 | 6.92 | 27.32 | - |
| YUV | 64.95 | 172.61 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 144 | 0.87 | 0.49 | 0 | 0.44 | 214.08 | 0.77 | 0.32 |
| Hex | 13 | 49 | 90 | 57 | 31 | 0 | 2C | D6 | 4D | 20 |
| Octal | 23 | 111 | 220 | 127 | 61 | 0 | 54 | 326 | 115 | 40 |
| Binary | 10011 | 1001001 | 10010000 | 1010111 | 110001 | 0 | 101100 | 11010110 | 1001101 | 100000 |
Color Harmonies of #134990
Complementary color
Monochromatic Colors of #134990
Black with #134990
Text Example
Text Example
White with #134990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134990; }
p { color: rgb(19,73,144); }
H1.HeaderClassName
{
color: #134990;
}
.AnyTagClassName
{
color: #134990;
}
</style>
background-color css
<style>
a { background-color: #134990; }
a { background-color: rgb(19,73,144); }
div.DivClassName
{
background-color: #134990;
}
.BgClassName
{
background-color: #134990;
}
</style>
border-color css
<style>
span { border-color: #134990; }
span { border-color: rgb(19,73,144); }
td.TdClassName
{
border-color: #134990;
}
.TagClassName
{
border-color: #134990;
}
</style>