Shades of Dark Cerulean #134C70
Tints of Dark Cerulean #134C70
RGB
CMYK
RGB Variations
Color information
#134C70 (or 0x134C70) is known color: Dark Cerulean. HEX triplet: 13, 4C and 70. RGB value is (19,76,112). Sum of RGB (Red+Green+Blue) = 19+76+112=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #134C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C70 is #ECB38F. Grayscale: #3E3E3E. Windows color (decimal): -15512464 or 7359507. OLE color: 7359507.
HSL color Cylindrical-coordinate representation of color #134C70: hue angle of 203.23º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134C70 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 76 | 112 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.56 |
| HSL | 203.23º | 0.71% | 0.26% | - |
| HSV(B) | 203.23º | 0.83% | 0.44% | - |
| XYZ | 5.78 | 6.48 | 16.27 | - |
| YUV | 63.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 112 | 0.83 | 0.32 | 0 | 0.56 | 203.23 | 0.71 | 0.26 |
| Hex | 13 | 4C | 70 | 53 | 20 | 0 | 38 | CB | 47 | 1A |
| Octal | 23 | 114 | 160 | 123 | 40 | 0 | 70 | 313 | 107 | 32 |
| Binary | 10011 | 1001100 | 1110000 | 1010011 | 100000 | 0 | 111000 | 11001011 | 1000111 | 11010 |
Color Harmonies of #134C70
Complementary color
Monochromatic Colors of #134C70
Black with #134C70
Text Example
Text Example
White with #134C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C70; }
p { color: rgb(19,76,112); }
H1.HeaderClassName
{
color: #134C70;
}
.AnyTagClassName
{
color: #134C70;
}
</style>
background-color css
<style>
a { background-color: #134C70; }
a { background-color: rgb(19,76,112); }
div.DivClassName
{
background-color: #134C70;
}
.BgClassName
{
background-color: #134C70;
}
</style>
border-color css
<style>
span { border-color: #134C70; }
span { border-color: rgb(19,76,112); }
td.TdClassName
{
border-color: #134C70;
}
.TagClassName
{
border-color: #134C70;
}
</style>