Shades of Dark Cerulean #134871
Tints of Dark Cerulean #134871
RGB
CMYK
RGB Variations
Color information
#134871 (or 0x134871) is known color: Dark Cerulean. HEX triplet: 13, 48 and 71. RGB value is (19,72,113). Sum of RGB (Red+Green+Blue) = 19+72+113=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #134871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134871 is #ECB78E. Grayscale: #3C3C3C. Windows color (decimal): -15513487 or 7424019. OLE color: 7424019.
HSL color Cylindrical-coordinate representation of color #134871: hue angle of 206.17º 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 #134871 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 72 | 113 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.56 |
| HSL | 206.17º | 0.71% | 0.26% | - |
| HSV(B) | 206.17º | 0.83% | 0.44% | - |
| XYZ | 5.57 | 5.97 | 16.48 | - |
| YUV | 60.83 | 157.44 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 113 | 0.83 | 0.36 | 0 | 0.56 | 206.17 | 0.71 | 0.26 |
| Hex | 13 | 48 | 71 | 53 | 24 | 0 | 38 | CE | 47 | 1A |
| Octal | 23 | 110 | 161 | 123 | 44 | 0 | 70 | 316 | 107 | 32 |
| Binary | 10011 | 1001000 | 1110001 | 1010011 | 100100 | 0 | 111000 | 11001110 | 1000111 | 11010 |
Color Harmonies of #134871
Complementary color
Monochromatic Colors of #134871
Black with #134871
Text Example
Text Example
White with #134871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134871; }
p { color: rgb(19,72,113); }
H1.HeaderClassName
{
color: #134871;
}
.AnyTagClassName
{
color: #134871;
}
</style>
background-color css
<style>
a { background-color: #134871; }
a { background-color: rgb(19,72,113); }
div.DivClassName
{
background-color: #134871;
}
.BgClassName
{
background-color: #134871;
}
</style>
border-color css
<style>
span { border-color: #134871; }
span { border-color: rgb(19,72,113); }
td.TdClassName
{
border-color: #134871;
}
.TagClassName
{
border-color: #134871;
}
</style>