Shades of Dark Cerulean #134973
Tints of Dark Cerulean #134973
RGB
CMYK
RGB Variations
Color information
#134973 (or 0x134973) is known color: Dark Cerulean. HEX triplet: 13, 49 and 73. RGB value is (19,73,115). Sum of RGB (Red+Green+Blue) = 19+73+115=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #134973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134973 is #ECB68C. Grayscale: #3D3D3D. Windows color (decimal): -15513229 or 7555347. OLE color: 7555347.
HSL color Cylindrical-coordinate representation of color #134973: hue angle of 206.25º 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 #134973 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 73 | 115 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.55 |
| HSL | 206.25º | 0.72% | 0.26% | - |
| HSV(B) | 206.25º | 0.83% | 0.45% | - |
| XYZ | 5.75 | 6.14 | 17.1 | - |
| YUV | 61.64 | 158.11 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 115 | 0.83 | 0.37 | 0 | 0.55 | 206.25 | 0.72 | 0.26 |
| Hex | 13 | 49 | 73 | 53 | 25 | 0 | 37 | CE | 48 | 1A |
| Octal | 23 | 111 | 163 | 123 | 45 | 0 | 67 | 316 | 110 | 32 |
| Binary | 10011 | 1001001 | 1110011 | 1010011 | 100101 | 0 | 110111 | 11001110 | 1001000 | 11010 |
Color Harmonies of #134973
Complementary color
Monochromatic Colors of #134973
Black with #134973
Text Example
Text Example
White with #134973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134973; }
p { color: rgb(19,73,115); }
H1.HeaderClassName
{
color: #134973;
}
.AnyTagClassName
{
color: #134973;
}
</style>
background-color css
<style>
a { background-color: #134973; }
a { background-color: rgb(19,73,115); }
div.DivClassName
{
background-color: #134973;
}
.BgClassName
{
background-color: #134973;
}
</style>
border-color css
<style>
span { border-color: #134973; }
span { border-color: rgb(19,73,115); }
td.TdClassName
{
border-color: #134973;
}
.TagClassName
{
border-color: #134973;
}
</style>