Shades of Dark Cerulean #134473
Tints of Dark Cerulean #134473
RGB
CMYK
RGB Variations
Color information
#134473 (or 0x134473) is known color: Dark Cerulean. HEX triplet: 13, 44 and 73. RGB value is (19,68,115). Sum of RGB (Red+Green+Blue) = 19+68+115=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #134473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134473 is #ECBB8C. Grayscale: #3A3A3A. Windows color (decimal): -15514509 or 7554067. OLE color: 7554067.
HSL color Cylindrical-coordinate representation of color #134473: hue angle of 209.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134473 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 68 | 115 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.55 |
| HSL | 209.38º | 0.72% | 0.26% | - |
| HSV(B) | 209.38º | 0.83% | 0.45% | - |
| XYZ | 5.43 | 5.51 | 17 | - |
| YUV | 58.71 | 159.77 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 115 | 0.83 | 0.41 | 0 | 0.55 | 209.38 | 0.72 | 0.26 |
| Hex | 13 | 44 | 73 | 53 | 29 | 0 | 37 | D1 | 48 | 1A |
| Octal | 23 | 104 | 163 | 123 | 51 | 0 | 67 | 321 | 110 | 32 |
| Binary | 10011 | 1000100 | 1110011 | 1010011 | 101001 | 0 | 110111 | 11010001 | 1001000 | 11010 |
Color Harmonies of #134473
Complementary color
Monochromatic Colors of #134473
Black with #134473
Text Example
Text Example
White with #134473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134473; }
p { color: rgb(19,68,115); }
H1.HeaderClassName
{
color: #134473;
}
.AnyTagClassName
{
color: #134473;
}
</style>
background-color css
<style>
a { background-color: #134473; }
a { background-color: rgb(19,68,115); }
div.DivClassName
{
background-color: #134473;
}
.BgClassName
{
background-color: #134473;
}
</style>
border-color css
<style>
span { border-color: #134473; }
span { border-color: rgb(19,68,115); }
td.TdClassName
{
border-color: #134473;
}
.TagClassName
{
border-color: #134473;
}
</style>