Shades of Dark Cerulean #134C73
Tints of Dark Cerulean #134C73
RGB
CMYK
RGB Variations
Color information
#134C73 (or 0x134C73) is known color: Dark Cerulean. HEX triplet: 13, 4C and 73. RGB value is (19,76,115). Sum of RGB (Red+Green+Blue) = 19+76+115=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #134C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C73 is #ECB38C. Grayscale: #3F3F3F. Windows color (decimal): -15512461 or 7556115. OLE color: 7556115.
HSL color Cylindrical-coordinate representation of color #134C73: hue angle of 204.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134C73 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 76 | 115 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.55 |
| HSL | 204.38º | 0.72% | 0.26% | - |
| HSV(B) | 204.38º | 0.83% | 0.45% | - |
| XYZ | 5.95 | 6.55 | 17.17 | - |
| YUV | 63.4 | 157.12 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 115 | 0.83 | 0.34 | 0 | 0.55 | 204.38 | 0.72 | 0.26 |
| Hex | 13 | 4C | 73 | 53 | 22 | 0 | 37 | CC | 48 | 1A |
| Octal | 23 | 114 | 163 | 123 | 42 | 0 | 67 | 314 | 110 | 32 |
| Binary | 10011 | 1001100 | 1110011 | 1010011 | 100010 | 0 | 110111 | 11001100 | 1001000 | 11010 |
Color Harmonies of #134C73
Complementary color
Monochromatic Colors of #134C73
Black with #134C73
Text Example
Text Example
White with #134C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C73; }
p { color: rgb(19,76,115); }
H1.HeaderClassName
{
color: #134C73;
}
.AnyTagClassName
{
color: #134C73;
}
</style>
background-color css
<style>
a { background-color: #134C73; }
a { background-color: rgb(19,76,115); }
div.DivClassName
{
background-color: #134C73;
}
.BgClassName
{
background-color: #134C73;
}
</style>
border-color css
<style>
span { border-color: #134C73; }
span { border-color: rgb(19,76,115); }
td.TdClassName
{
border-color: #134C73;
}
.TagClassName
{
border-color: #134C73;
}
</style>