Shades of Dark Cerulean #134C6D
Tints of Dark Cerulean #134C6D
RGB
CMYK
RGB Variations
Color information
#134C6D (or 0x134C6D) is known color: Dark Cerulean. HEX triplet: 13, 4C and 6D. RGB value is (19,76,109). Sum of RGB (Red+Green+Blue) = 19+76+109=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #134C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C6D is #ECB392. Grayscale: #3E3E3E. Windows color (decimal): -15512467 or 7162899. OLE color: 7162899.
HSL color Cylindrical-coordinate representation of color #134C6D: hue angle of 202º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134C6D is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 76 | 109 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.57 |
| HSL | 202º | 0.7% | 0.25% | - |
| HSV(B) | 202º | 0.83% | 0.43% | - |
| XYZ | 5.61 | 6.41 | 15.41 | - |
| YUV | 62.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 109 | 0.83 | 0.30 | 0 | 0.57 | 202 | 0.7 | 0.25 |
| Hex | 13 | 4C | 6D | 53 | 1E | 0 | 39 | CA | 46 | 19 |
| Octal | 23 | 114 | 155 | 123 | 36 | 0 | 71 | 312 | 106 | 31 |
| Binary | 10011 | 1001100 | 1101101 | 1010011 | 11110 | 0 | 111001 | 11001010 | 1000110 | 11001 |
Color Harmonies of #134C6D
Complementary color
Monochromatic Colors of #134C6D
Black with #134C6D
Text Example
Text Example
White with #134C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C6D; }
p { color: rgb(19,76,109); }
H1.HeaderClassName
{
color: #134C6D;
}
.AnyTagClassName
{
color: #134C6D;
}
</style>
background-color css
<style>
a { background-color: #134C6D; }
a { background-color: rgb(19,76,109); }
div.DivClassName
{
background-color: #134C6D;
}
.BgClassName
{
background-color: #134C6D;
}
</style>
border-color css
<style>
span { border-color: #134C6D; }
span { border-color: rgb(19,76,109); }
td.TdClassName
{
border-color: #134C6D;
}
.TagClassName
{
border-color: #134C6D;
}
</style>