Shades of Dark Cerulean #134D8A
Tints of Dark Cerulean #134D8A
RGB
CMYK
RGB Variations
Color information
#134D8A (or 0x134D8A) is known color: Dark Cerulean. HEX triplet: 13, 4D and 8A. RGB value is (19,77,138). Sum of RGB (Red+Green+Blue) = 19+77+138=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #134D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134D8A is #ECB275. Grayscale: #424242. Windows color (decimal): -15512182 or 9063699. OLE color: 9063699.
HSL color Cylindrical-coordinate representation of color #134D8A: hue angle of 210.76º 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 #134D8A is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 77 | 138 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.46 |
| HSL | 210.76º | 0.76% | 0.31% | - |
| HSV(B) | 210.76º | 0.86% | 0.54% | - |
| XYZ | 7.51 | 7.28 | 25.05 | - |
| YUV | 66.61 | 168.28 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 138 | 0.86 | 0.44 | 0 | 0.46 | 210.76 | 0.76 | 0.31 |
| Hex | 13 | 4D | 8A | 56 | 2C | 0 | 2E | D3 | 4C | 1F |
| Octal | 23 | 115 | 212 | 126 | 54 | 0 | 56 | 323 | 114 | 37 |
| Binary | 10011 | 1001101 | 10001010 | 1010110 | 101100 | 0 | 101110 | 11010011 | 1001100 | 11111 |
Color Harmonies of #134D8A
Complementary color
Monochromatic Colors of #134D8A
Black with #134D8A
Text Example
Text Example
White with #134D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D8A; }
p { color: rgb(19,77,138); }
H1.HeaderClassName
{
color: #134D8A;
}
.AnyTagClassName
{
color: #134D8A;
}
</style>
background-color css
<style>
a { background-color: #134D8A; }
a { background-color: rgb(19,77,138); }
div.DivClassName
{
background-color: #134D8A;
}
.BgClassName
{
background-color: #134D8A;
}
</style>
border-color css
<style>
span { border-color: #134D8A; }
span { border-color: rgb(19,77,138); }
td.TdClassName
{
border-color: #134D8A;
}
.TagClassName
{
border-color: #134D8A;
}
</style>