Shades of Dark Cerulean #134C74
Tints of Dark Cerulean #134C74
RGB
CMYK
RGB Variations
Color information
#134C74 (or 0x134C74) is known color: Dark Cerulean. HEX triplet: 13, 4C and 74. RGB value is (19,76,116). Sum of RGB (Red+Green+Blue) = 19+76+116=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #134C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C74 is #ECB38B. Grayscale: #3F3F3F. Windows color (decimal): -15512460 or 7621651. OLE color: 7621651.
HSL color Cylindrical-coordinate representation of color #134C74: hue angle of 204.74º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134C74 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 76 | 116 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.55 |
| HSL | 204.74º | 0.72% | 0.26% | - |
| HSV(B) | 204.74º | 0.84% | 0.45% | - |
| XYZ | 6.01 | 6.57 | 17.47 | - |
| YUV | 63.52 | 157.62 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 116 | 0.84 | 0.34 | 0 | 0.55 | 204.74 | 0.72 | 0.26 |
| Hex | 13 | 4C | 74 | 54 | 22 | 0 | 37 | CD | 48 | 1A |
| Octal | 23 | 114 | 164 | 124 | 42 | 0 | 67 | 315 | 110 | 32 |
| Binary | 10011 | 1001100 | 1110100 | 1010100 | 100010 | 0 | 110111 | 11001101 | 1001000 | 11010 |
Color Harmonies of #134C74
Complementary color
Monochromatic Colors of #134C74
Black with #134C74
Text Example
Text Example
White with #134C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C74; }
p { color: rgb(19,76,116); }
H1.HeaderClassName
{
color: #134C74;
}
.AnyTagClassName
{
color: #134C74;
}
</style>
background-color css
<style>
a { background-color: #134C74; }
a { background-color: rgb(19,76,116); }
div.DivClassName
{
background-color: #134C74;
}
.BgClassName
{
background-color: #134C74;
}
</style>
border-color css
<style>
span { border-color: #134C74; }
span { border-color: rgb(19,76,116); }
td.TdClassName
{
border-color: #134C74;
}
.TagClassName
{
border-color: #134C74;
}
</style>