Shades of Dark Cerulean #134673
Tints of Dark Cerulean #134673
RGB
CMYK
RGB Variations
Color information
#134673 (or 0x134673) is known color: Dark Cerulean. HEX triplet: 13, 46 and 73. RGB value is (19,70,115). Sum of RGB (Red+Green+Blue) = 19+70+115=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #134673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134673 is #ECB98C. Grayscale: #3B3B3B. Windows color (decimal): -15513997 or 7554579. OLE color: 7554579.
HSL color Cylindrical-coordinate representation of color #134673: hue angle of 208.12º 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 #134673 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 70 | 115 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.55 |
| HSL | 208.13º | 0.72% | 0.26% | - |
| HSV(B) | 208.13º | 0.83% | 0.45% | - |
| XYZ | 5.55 | 5.76 | 17.04 | - |
| YUV | 59.88 | 159.1 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 115 | 0.83 | 0.39 | 0 | 0.55 | 208.13 | 0.72 | 0.26 |
| Hex | 13 | 46 | 73 | 53 | 27 | 0 | 37 | D0 | 48 | 1A |
| Octal | 23 | 106 | 163 | 123 | 47 | 0 | 67 | 320 | 110 | 32 |
| Binary | 10011 | 1000110 | 1110011 | 1010011 | 100111 | 0 | 110111 | 11010000 | 1001000 | 11010 |
Color Harmonies of #134673
Complementary color
Monochromatic Colors of #134673
Black with #134673
Text Example
Text Example
White with #134673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134673; }
p { color: rgb(19,70,115); }
H1.HeaderClassName
{
color: #134673;
}
.AnyTagClassName
{
color: #134673;
}
</style>
background-color css
<style>
a { background-color: #134673; }
a { background-color: rgb(19,70,115); }
div.DivClassName
{
background-color: #134673;
}
.BgClassName
{
background-color: #134673;
}
</style>
border-color css
<style>
span { border-color: #134673; }
span { border-color: rgb(19,70,115); }
td.TdClassName
{
border-color: #134673;
}
.TagClassName
{
border-color: #134673;
}
</style>