Shades of Dark Cerulean #134C89
Tints of Dark Cerulean #134C89
RGB
CMYK
RGB Variations
Color information
#134C89 (or 0x134C89) is known color: Dark Cerulean. HEX triplet: 13, 4C and 89. RGB value is (19,76,137). Sum of RGB (Red+Green+Blue) = 19+76+137=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #134C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134C89 is #ECB376. Grayscale: #414141. Windows color (decimal): -15512439 or 8997907. OLE color: 8997907.
HSL color Cylindrical-coordinate representation of color #134C89: hue angle of 211.02º 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 #134C89 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 76 | 137 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.46 |
| HSL | 211.02º | 0.76% | 0.31% | - |
| HSV(B) | 211.02º | 0.86% | 0.54% | - |
| XYZ | 7.37 | 7.11 | 24.65 | - |
| YUV | 65.91 | 168.12 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 137 | 0.86 | 0.45 | 0 | 0.46 | 211.02 | 0.76 | 0.31 |
| Hex | 13 | 4C | 89 | 56 | 2D | 0 | 2E | D3 | 4C | 1F |
| Octal | 23 | 114 | 211 | 126 | 55 | 0 | 56 | 323 | 114 | 37 |
| Binary | 10011 | 1001100 | 10001001 | 1010110 | 101101 | 0 | 101110 | 11010011 | 1001100 | 11111 |
Color Harmonies of #134C89
Complementary color
Monochromatic Colors of #134C89
Black with #134C89
Text Example
Text Example
White with #134C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C89; }
p { color: rgb(19,76,137); }
H1.HeaderClassName
{
color: #134C89;
}
.AnyTagClassName
{
color: #134C89;
}
</style>
background-color css
<style>
a { background-color: #134C89; }
a { background-color: rgb(19,76,137); }
div.DivClassName
{
background-color: #134C89;
}
.BgClassName
{
background-color: #134C89;
}
</style>
border-color css
<style>
span { border-color: #134C89; }
span { border-color: rgb(19,76,137); }
td.TdClassName
{
border-color: #134C89;
}
.TagClassName
{
border-color: #134C89;
}
</style>