Shades of Dark Cerulean #134D7D
Tints of Dark Cerulean #134D7D
RGB
CMYK
RGB Variations
Color information
#134D7D (or 0x134D7D) is known color: Dark Cerulean. HEX triplet: 13, 4D and 7D. RGB value is (19,77,125). Sum of RGB (Red+Green+Blue) = 19+77+125=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #134D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D7D is #ECB282. Grayscale: #404040. Windows color (decimal): -15512195 or 8211731. OLE color: 8211731.
HSL color Cylindrical-coordinate representation of color #134D7D: hue angle of 207.17º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134D7D is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 77 | 125 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.51 |
| HSL | 207.17º | 0.74% | 0.28% | - |
| HSV(B) | 207.17º | 0.85% | 0.49% | - |
| XYZ | 6.62 | 6.93 | 20.39 | - |
| YUV | 65.13 | 161.78 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 125 | 0.85 | 0.38 | 0 | 0.51 | 207.17 | 0.74 | 0.28 |
| Hex | 13 | 4D | 7D | 55 | 26 | 0 | 33 | CF | 4A | 1C |
| Octal | 23 | 115 | 175 | 125 | 46 | 0 | 63 | 317 | 112 | 34 |
| Binary | 10011 | 1001101 | 1111101 | 1010101 | 100110 | 0 | 110011 | 11001111 | 1001010 | 11100 |
Color Harmonies of #134D7D
Complementary color
Monochromatic Colors of #134D7D
Black with #134D7D
Text Example
Text Example
White with #134D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D7D; }
p { color: rgb(19,77,125); }
H1.HeaderClassName
{
color: #134D7D;
}
.AnyTagClassName
{
color: #134D7D;
}
</style>
background-color css
<style>
a { background-color: #134D7D; }
a { background-color: rgb(19,77,125); }
div.DivClassName
{
background-color: #134D7D;
}
.BgClassName
{
background-color: #134D7D;
}
</style>
border-color css
<style>
span { border-color: #134D7D; }
span { border-color: rgb(19,77,125); }
td.TdClassName
{
border-color: #134D7D;
}
.TagClassName
{
border-color: #134D7D;
}
</style>