Shades of Dark Cerulean #134C7F
Tints of Dark Cerulean #134C7F
RGB
CMYK
RGB Variations
Color information
#134C7F (or 0x134C7F) is known color: Dark Cerulean. HEX triplet: 13, 4C and 7F. RGB value is (19,76,127). Sum of RGB (Red+Green+Blue) = 19+76+127=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #134C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C7F is #ECB380. Grayscale: #404040. Windows color (decimal): -15512449 or 8342547. OLE color: 8342547.
HSL color Cylindrical-coordinate representation of color #134C7F: hue angle of 208.33º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134C7F is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 76 | 127 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.50 |
| HSL | 208.33º | 0.74% | 0.29% | - |
| HSV(B) | 208.33º | 0.85% | 0.5% | - |
| XYZ | 6.68 | 6.84 | 21.05 | - |
| YUV | 64.77 | 163.12 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 127 | 0.85 | 0.40 | 0 | 0.50 | 208.33 | 0.74 | 0.29 |
| Hex | 13 | 4C | 7F | 55 | 28 | 0 | 32 | D0 | 4A | 1D |
| Octal | 23 | 114 | 177 | 125 | 50 | 0 | 62 | 320 | 112 | 35 |
| Binary | 10011 | 1001100 | 1111111 | 1010101 | 101000 | 0 | 110010 | 11010000 | 1001010 | 11101 |
Color Harmonies of #134C7F
Complementary color
Monochromatic Colors of #134C7F
Black with #134C7F
Text Example
Text Example
White with #134C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C7F; }
p { color: rgb(19,76,127); }
H1.HeaderClassName
{
color: #134C7F;
}
.AnyTagClassName
{
color: #134C7F;
}
</style>
background-color css
<style>
a { background-color: #134C7F; }
a { background-color: rgb(19,76,127); }
div.DivClassName
{
background-color: #134C7F;
}
.BgClassName
{
background-color: #134C7F;
}
</style>
border-color css
<style>
span { border-color: #134C7F; }
span { border-color: rgb(19,76,127); }
td.TdClassName
{
border-color: #134C7F;
}
.TagClassName
{
border-color: #134C7F;
}
</style>