Shades of Dark Cerulean #134078
Tints of Dark Cerulean #134078
RGB
CMYK
RGB Variations
Color information
#134078 (or 0x134078) is known color: Dark Cerulean. HEX triplet: 13, 40 and 78. RGB value is (19,64,120). Sum of RGB (Red+Green+Blue) = 19+64+120=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #134078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134078 is #ECBF87. Grayscale: #383838. Windows color (decimal): -15515528 or 7880723. OLE color: 7880723.
HSL color Cylindrical-coordinate representation of color #134078: hue angle of 213.27º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134078 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 64 | 120 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.53 |
| HSL | 213.27º | 0.73% | 0.27% | - |
| HSV(B) | 213.27º | 0.84% | 0.47% | - |
| XYZ | 5.49 | 5.16 | 18.48 | - |
| YUV | 56.93 | 163.59 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 120 | 0.84 | 0.47 | 0 | 0.53 | 213.27 | 0.73 | 0.27 |
| Hex | 13 | 40 | 78 | 54 | 2F | 0 | 35 | D5 | 49 | 1B |
| Octal | 23 | 100 | 170 | 124 | 57 | 0 | 65 | 325 | 111 | 33 |
| Binary | 10011 | 1000000 | 1111000 | 1010100 | 101111 | 0 | 110101 | 11010101 | 1001001 | 11011 |
Color Harmonies of #134078
Complementary color
Monochromatic Colors of #134078
Black with #134078
Text Example
Text Example
White with #134078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134078; }
p { color: rgb(19,64,120); }
H1.HeaderClassName
{
color: #134078;
}
.AnyTagClassName
{
color: #134078;
}
</style>
background-color css
<style>
a { background-color: #134078; }
a { background-color: rgb(19,64,120); }
div.DivClassName
{
background-color: #134078;
}
.BgClassName
{
background-color: #134078;
}
</style>
border-color css
<style>
span { border-color: #134078; }
span { border-color: rgb(19,64,120); }
td.TdClassName
{
border-color: #134078;
}
.TagClassName
{
border-color: #134078;
}
</style>