Shades of Dark Cerulean #134D82
Tints of Dark Cerulean #134D82
RGB
CMYK
RGB Variations
Color information
#134D82 (or 0x134D82) is known color: Dark Cerulean. HEX triplet: 13, 4D and 82. RGB value is (19,77,130). Sum of RGB (Red+Green+Blue) = 19+77+130=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #134D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134D82 is #ECB27D. Grayscale: #414141. Windows color (decimal): -15512190 or 8539411. OLE color: 8539411.
HSL color Cylindrical-coordinate representation of color #134D82: hue angle of 208.65º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134D82 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 77 | 130 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.49 |
| HSL | 208.65º | 0.74% | 0.29% | - |
| HSV(B) | 208.65º | 0.85% | 0.51% | - |
| XYZ | 6.95 | 7.06 | 22.12 | - |
| YUV | 65.7 | 164.28 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 130 | 0.85 | 0.41 | 0 | 0.49 | 208.65 | 0.74 | 0.29 |
| Hex | 13 | 4D | 82 | 55 | 29 | 0 | 31 | D1 | 4A | 1D |
| Octal | 23 | 115 | 202 | 125 | 51 | 0 | 61 | 321 | 112 | 35 |
| Binary | 10011 | 1001101 | 10000010 | 1010101 | 101001 | 0 | 110001 | 11010001 | 1001010 | 11101 |
Color Harmonies of #134D82
Complementary color
Monochromatic Colors of #134D82
Black with #134D82
Text Example
Text Example
White with #134D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D82; }
p { color: rgb(19,77,130); }
H1.HeaderClassName
{
color: #134D82;
}
.AnyTagClassName
{
color: #134D82;
}
</style>
background-color css
<style>
a { background-color: #134D82; }
a { background-color: rgb(19,77,130); }
div.DivClassName
{
background-color: #134D82;
}
.BgClassName
{
background-color: #134D82;
}
</style>
border-color css
<style>
span { border-color: #134D82; }
span { border-color: rgb(19,77,130); }
td.TdClassName
{
border-color: #134D82;
}
.TagClassName
{
border-color: #134D82;
}
</style>