Shades of Dark Cerulean #134085
Tints of Dark Cerulean #134085
RGB
CMYK
RGB Variations
Color information
#134085 (or 0x134085) is known color: Dark Cerulean. HEX triplet: 13, 40 and 85. RGB value is (19,64,133). Sum of RGB (Red+Green+Blue) = 19+64+133=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #134085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134085 is #ECBF7A. Grayscale: #3A3A3A. Windows color (decimal): -15515515 or 8732691. OLE color: 8732691.
HSL color Cylindrical-coordinate representation of color #134085: hue angle of 216.32º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134085 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 64 | 133 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.48 |
| HSL | 216.32º | 0.75% | 0.3% | - |
| HSV(B) | 216.32º | 0.86% | 0.52% | - |
| XYZ | 6.34 | 5.5 | 22.92 | - |
| YUV | 58.41 | 170.09 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 133 | 0.86 | 0.52 | 0 | 0.48 | 216.32 | 0.75 | 0.3 |
| Hex | 13 | 40 | 85 | 56 | 34 | 0 | 30 | D8 | 4B | 1E |
| Octal | 23 | 100 | 205 | 126 | 64 | 0 | 60 | 330 | 113 | 36 |
| Binary | 10011 | 1000000 | 10000101 | 1010110 | 110100 | 0 | 110000 | 11011000 | 1001011 | 11110 |
Color Harmonies of #134085
Complementary color
Monochromatic Colors of #134085
Black with #134085
Text Example
Text Example
White with #134085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134085; }
p { color: rgb(19,64,133); }
H1.HeaderClassName
{
color: #134085;
}
.AnyTagClassName
{
color: #134085;
}
</style>
background-color css
<style>
a { background-color: #134085; }
a { background-color: rgb(19,64,133); }
div.DivClassName
{
background-color: #134085;
}
.BgClassName
{
background-color: #134085;
}
</style>
border-color css
<style>
span { border-color: #134085; }
span { border-color: rgb(19,64,133); }
td.TdClassName
{
border-color: #134085;
}
.TagClassName
{
border-color: #134085;
}
</style>