Shades of Dark Cerulean #134993
Tints of Dark Cerulean #134993
RGB
CMYK
RGB Variations
Color information
#134993 (or 0x134993) is known color: Dark Cerulean. HEX triplet: 13, 49 and 93. RGB value is (19,73,147). Sum of RGB (Red+Green+Blue) = 19+73+147=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #134993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134993 is #ECB66C. Grayscale: #404040. Windows color (decimal): -15513197 or 9652499. OLE color: 9652499.
HSL color Cylindrical-coordinate representation of color #134993: hue angle of 214.69º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134993 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 73 | 147 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.42 |
| HSL | 214.69º | 0.77% | 0.33% | - |
| HSV(B) | 214.69º | 0.87% | 0.58% | - |
| XYZ | 7.92 | 7.01 | 28.54 | - |
| YUV | 65.29 | 174.11 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 147 | 0.87 | 0.50 | 0 | 0.42 | 214.69 | 0.77 | 0.33 |
| Hex | 13 | 49 | 93 | 57 | 32 | 0 | 2A | D7 | 4D | 21 |
| Octal | 23 | 111 | 223 | 127 | 62 | 0 | 52 | 327 | 115 | 41 |
| Binary | 10011 | 1001001 | 10010011 | 1010111 | 110010 | 0 | 101010 | 11010111 | 1001101 | 100001 |
Color Harmonies of #134993
Complementary color
Monochromatic Colors of #134993
Black with #134993
Text Example
Text Example
White with #134993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134993; }
p { color: rgb(19,73,147); }
H1.HeaderClassName
{
color: #134993;
}
.AnyTagClassName
{
color: #134993;
}
</style>
background-color css
<style>
a { background-color: #134993; }
a { background-color: rgb(19,73,147); }
div.DivClassName
{
background-color: #134993;
}
.BgClassName
{
background-color: #134993;
}
</style>
border-color css
<style>
span { border-color: #134993; }
span { border-color: rgb(19,73,147); }
td.TdClassName
{
border-color: #134993;
}
.TagClassName
{
border-color: #134993;
}
</style>