Shades of Dark Cerulean #134485
Tints of Dark Cerulean #134485
RGB
CMYK
RGB Variations
Color information
#134485 (or 0x134485) is known color: Dark Cerulean. HEX triplet: 13, 44 and 85. RGB value is (19,68,133). Sum of RGB (Red+Green+Blue) = 19+68+133=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #134485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134485 is #ECBB7A. Grayscale: #3C3C3C. Windows color (decimal): -15514491 or 8733715. OLE color: 8733715.
HSL color Cylindrical-coordinate representation of color #134485: hue angle of 214.21º 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 #134485 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 68 | 133 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.48 |
| HSL | 214.21º | 0.75% | 0.3% | - |
| HSV(B) | 214.21º | 0.86% | 0.52% | - |
| XYZ | 6.57 | 5.97 | 23 | - |
| YUV | 60.76 | 168.77 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 133 | 0.86 | 0.49 | 0 | 0.48 | 214.21 | 0.75 | 0.3 |
| Hex | 13 | 44 | 85 | 56 | 31 | 0 | 30 | D6 | 4B | 1E |
| Octal | 23 | 104 | 205 | 126 | 61 | 0 | 60 | 326 | 113 | 36 |
| Binary | 10011 | 1000100 | 10000101 | 1010110 | 110001 | 0 | 110000 | 11010110 | 1001011 | 11110 |
Color Harmonies of #134485
Complementary color
Monochromatic Colors of #134485
Black with #134485
Text Example
Text Example
White with #134485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134485; }
p { color: rgb(19,68,133); }
H1.HeaderClassName
{
color: #134485;
}
.AnyTagClassName
{
color: #134485;
}
</style>
background-color css
<style>
a { background-color: #134485; }
a { background-color: rgb(19,68,133); }
div.DivClassName
{
background-color: #134485;
}
.BgClassName
{
background-color: #134485;
}
</style>
border-color css
<style>
span { border-color: #134485; }
span { border-color: rgb(19,68,133); }
td.TdClassName
{
border-color: #134485;
}
.TagClassName
{
border-color: #134485;
}
</style>