Shades of Dark Cerulean #134575
Tints of Dark Cerulean #134575
RGB
CMYK
RGB Variations
Color information
#134575 (or 0x134575) is known color: Dark Cerulean. HEX triplet: 13, 45 and 75. RGB value is (19,69,117). Sum of RGB (Red+Green+Blue) = 19+69+117=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #134575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134575 is #ECBA8A. Grayscale: #3B3B3B. Windows color (decimal): -15514251 or 7685395. OLE color: 7685395.
HSL color Cylindrical-coordinate representation of color #134575: hue angle of 209.39º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134575 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 69 | 117 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.54 |
| HSL | 209.39º | 0.72% | 0.27% | - |
| HSV(B) | 209.39º | 0.84% | 0.46% | - |
| XYZ | 5.61 | 5.68 | 17.63 | - |
| YUV | 59.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 117 | 0.84 | 0.41 | 0 | 0.54 | 209.39 | 0.72 | 0.27 |
| Hex | 13 | 45 | 75 | 54 | 29 | 0 | 36 | D1 | 48 | 1B |
| Octal | 23 | 105 | 165 | 124 | 51 | 0 | 66 | 321 | 110 | 33 |
| Binary | 10011 | 1000101 | 1110101 | 1010100 | 101001 | 0 | 110110 | 11010001 | 1001000 | 11011 |
Color Harmonies of #134575
Complementary color
Monochromatic Colors of #134575
Black with #134575
Text Example
Text Example
White with #134575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134575; }
p { color: rgb(19,69,117); }
H1.HeaderClassName
{
color: #134575;
}
.AnyTagClassName
{
color: #134575;
}
</style>
background-color css
<style>
a { background-color: #134575; }
a { background-color: rgb(19,69,117); }
div.DivClassName
{
background-color: #134575;
}
.BgClassName
{
background-color: #134575;
}
</style>
border-color css
<style>
span { border-color: #134575; }
span { border-color: rgb(19,69,117); }
td.TdClassName
{
border-color: #134575;
}
.TagClassName
{
border-color: #134575;
}
</style>