Shades of Dark Cerulean #134E85
Tints of Dark Cerulean #134E85
RGB
CMYK
RGB Variations
Color information
#134E85 (or 0x134E85) is known color: Dark Cerulean. HEX triplet: 13, 4E and 85. RGB value is (19,78,133). Sum of RGB (Red+Green+Blue) = 19+78+133=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #134E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134E85 is #ECB17A. Grayscale: #424242. Windows color (decimal): -15511931 or 8736275. OLE color: 8736275.
HSL color Cylindrical-coordinate representation of color #134E85: hue angle of 208.95º 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 #134E85 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 78 | 133 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.48 |
| HSL | 208.95º | 0.75% | 0.3% | - |
| HSV(B) | 208.95º | 0.86% | 0.52% | - |
| XYZ | 7.23 | 7.28 | 23.21 | - |
| YUV | 66.63 | 165.45 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 133 | 0.86 | 0.41 | 0 | 0.48 | 208.95 | 0.75 | 0.3 |
| Hex | 13 | 4E | 85 | 56 | 29 | 0 | 30 | D1 | 4B | 1E |
| Octal | 23 | 116 | 205 | 126 | 51 | 0 | 60 | 321 | 113 | 36 |
| Binary | 10011 | 1001110 | 10000101 | 1010110 | 101001 | 0 | 110000 | 11010001 | 1001011 | 11110 |
Color Harmonies of #134E85
Complementary color
Monochromatic Colors of #134E85
Black with #134E85
Text Example
Text Example
White with #134E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E85; }
p { color: rgb(19,78,133); }
H1.HeaderClassName
{
color: #134E85;
}
.AnyTagClassName
{
color: #134E85;
}
</style>
background-color css
<style>
a { background-color: #134E85; }
a { background-color: rgb(19,78,133); }
div.DivClassName
{
background-color: #134E85;
}
.BgClassName
{
background-color: #134E85;
}
</style>
border-color css
<style>
span { border-color: #134E85; }
span { border-color: rgb(19,78,133); }
td.TdClassName
{
border-color: #134E85;
}
.TagClassName
{
border-color: #134E85;
}
</style>