Shades of Dark Cerulean #134186
Tints of Dark Cerulean #134186
RGB
CMYK
RGB Variations
Color information
#134186 (or 0x134186) is known color: Dark Cerulean. HEX triplet: 13, 41 and 86. RGB value is (19,65,134). Sum of RGB (Red+Green+Blue) = 19+65+134=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #134186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134186 is #ECBE79. Grayscale: #3A3A3A. Windows color (decimal): -15515258 or 8798483. OLE color: 8798483.
HSL color Cylindrical-coordinate representation of color #134186: hue angle of 216º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134186 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 65 | 134 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.47 |
| HSL | 216º | 0.75% | 0.3% | - |
| HSV(B) | 216º | 0.86% | 0.53% | - |
| XYZ | 6.46 | 5.64 | 23.3 | - |
| YUV | 59.11 | 170.26 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 134 | 0.86 | 0.51 | 0 | 0.47 | 216 | 0.75 | 0.3 |
| Hex | 13 | 41 | 86 | 56 | 33 | 0 | 2F | D8 | 4B | 1E |
| Octal | 23 | 101 | 206 | 126 | 63 | 0 | 57 | 330 | 113 | 36 |
| Binary | 10011 | 1000001 | 10000110 | 1010110 | 110011 | 0 | 101111 | 11011000 | 1001011 | 11110 |
Color Harmonies of #134186
Complementary color
Monochromatic Colors of #134186
Black with #134186
Text Example
Text Example
White with #134186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134186; }
p { color: rgb(19,65,134); }
H1.HeaderClassName
{
color: #134186;
}
.AnyTagClassName
{
color: #134186;
}
</style>
background-color css
<style>
a { background-color: #134186; }
a { background-color: rgb(19,65,134); }
div.DivClassName
{
background-color: #134186;
}
.BgClassName
{
background-color: #134186;
}
</style>
border-color css
<style>
span { border-color: #134186; }
span { border-color: rgb(19,65,134); }
td.TdClassName
{
border-color: #134186;
}
.TagClassName
{
border-color: #134186;
}
</style>