Shades of Dark Cerulean #134880
Tints of Dark Cerulean #134880
RGB
CMYK
RGB Variations
Color information
#134880 (or 0x134880) is known color: Dark Cerulean. HEX triplet: 13, 48 and 80. RGB value is (19,72,128). Sum of RGB (Red+Green+Blue) = 19+72+128=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #134880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134880 is #ECB77F. Grayscale: #3E3E3E. Windows color (decimal): -15513472 or 8407059. OLE color: 8407059.
HSL color Cylindrical-coordinate representation of color #134880: hue angle of 210.83º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134880 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 72 | 128 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.50 |
| HSL | 210.83º | 0.74% | 0.29% | - |
| HSV(B) | 210.83º | 0.85% | 0.5% | - |
| XYZ | 6.48 | 6.33 | 21.3 | - |
| YUV | 62.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 128 | 0.85 | 0.44 | 0 | 0.50 | 210.83 | 0.74 | 0.29 |
| Hex | 13 | 48 | 80 | 55 | 2C | 0 | 32 | D3 | 4A | 1D |
| Octal | 23 | 110 | 200 | 125 | 54 | 0 | 62 | 323 | 112 | 35 |
| Binary | 10011 | 1001000 | 10000000 | 1010101 | 101100 | 0 | 110010 | 11010011 | 1001010 | 11101 |
Color Harmonies of #134880
Complementary color
Monochromatic Colors of #134880
Black with #134880
Text Example
Text Example
White with #134880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134880; }
p { color: rgb(19,72,128); }
H1.HeaderClassName
{
color: #134880;
}
.AnyTagClassName
{
color: #134880;
}
</style>
background-color css
<style>
a { background-color: #134880; }
a { background-color: rgb(19,72,128); }
div.DivClassName
{
background-color: #134880;
}
.BgClassName
{
background-color: #134880;
}
</style>
border-color css
<style>
span { border-color: #134880; }
span { border-color: rgb(19,72,128); }
td.TdClassName
{
border-color: #134880;
}
.TagClassName
{
border-color: #134880;
}
</style>