Shades of Dark Cerulean #134278
Tints of Dark Cerulean #134278
RGB
CMYK
RGB Variations
Color information
#134278 (or 0x134278) is known color: Dark Cerulean. HEX triplet: 13, 42 and 78. RGB value is (19,66,120). Sum of RGB (Red+Green+Blue) = 19+66+120=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #134278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134278 is #ECBD87. Grayscale: #393939. Windows color (decimal): -15515016 or 7881235. OLE color: 7881235.
HSL color Cylindrical-coordinate representation of color #134278: hue angle of 212.08º 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 #134278 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 66 | 120 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.53 |
| HSL | 212.08º | 0.73% | 0.27% | - |
| HSV(B) | 212.08º | 0.84% | 0.47% | - |
| XYZ | 5.61 | 5.39 | 18.51 | - |
| YUV | 58.1 | 162.93 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 120 | 0.84 | 0.45 | 0 | 0.53 | 212.08 | 0.73 | 0.27 |
| Hex | 13 | 42 | 78 | 54 | 2D | 0 | 35 | D4 | 49 | 1B |
| Octal | 23 | 102 | 170 | 124 | 55 | 0 | 65 | 324 | 111 | 33 |
| Binary | 10011 | 1000010 | 1111000 | 1010100 | 101101 | 0 | 110101 | 11010100 | 1001001 | 11011 |
Color Harmonies of #134278
Complementary color
Monochromatic Colors of #134278
Black with #134278
Text Example
Text Example
White with #134278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134278; }
p { color: rgb(19,66,120); }
H1.HeaderClassName
{
color: #134278;
}
.AnyTagClassName
{
color: #134278;
}
</style>
background-color css
<style>
a { background-color: #134278; }
a { background-color: rgb(19,66,120); }
div.DivClassName
{
background-color: #134278;
}
.BgClassName
{
background-color: #134278;
}
</style>
border-color css
<style>
span { border-color: #134278; }
span { border-color: rgb(19,66,120); }
td.TdClassName
{
border-color: #134278;
}
.TagClassName
{
border-color: #134278;
}
</style>