Shades of Dark Cerulean #134776
Tints of Dark Cerulean #134776
RGB
CMYK
RGB Variations
Color information
#134776 (or 0x134776) is known color: Dark Cerulean. HEX triplet: 13, 47 and 76. RGB value is (19,71,118). Sum of RGB (Red+Green+Blue) = 19+71+118=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #134776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134776 is #ECB889. Grayscale: #3C3C3C. Windows color (decimal): -15513738 or 7751443. OLE color: 7751443.
HSL color Cylindrical-coordinate representation of color #134776: hue angle of 208.48º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134776 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 71 | 118 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.54 |
| HSL | 208.48º | 0.72% | 0.27% | - |
| HSV(B) | 208.48º | 0.84% | 0.46% | - |
| XYZ | 5.79 | 5.95 | 17.98 | - |
| YUV | 60.81 | 160.27 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 118 | 0.84 | 0.40 | 0 | 0.54 | 208.48 | 0.72 | 0.27 |
| Hex | 13 | 47 | 76 | 54 | 28 | 0 | 36 | D0 | 48 | 1B |
| Octal | 23 | 107 | 166 | 124 | 50 | 0 | 66 | 320 | 110 | 33 |
| Binary | 10011 | 1000111 | 1110110 | 1010100 | 101000 | 0 | 110110 | 11010000 | 1001000 | 11011 |
Color Harmonies of #134776
Complementary color
Monochromatic Colors of #134776
Black with #134776
Text Example
Text Example
White with #134776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134776; }
p { color: rgb(19,71,118); }
H1.HeaderClassName
{
color: #134776;
}
.AnyTagClassName
{
color: #134776;
}
</style>
background-color css
<style>
a { background-color: #134776; }
a { background-color: rgb(19,71,118); }
div.DivClassName
{
background-color: #134776;
}
.BgClassName
{
background-color: #134776;
}
</style>
border-color css
<style>
span { border-color: #134776; }
span { border-color: rgb(19,71,118); }
td.TdClassName
{
border-color: #134776;
}
.TagClassName
{
border-color: #134776;
}
</style>