Shades of Dark Cerulean #134073
Tints of Dark Cerulean #134073
RGB
CMYK
RGB Variations
Color information
#134073 (or 0x134073) is known color: Dark Cerulean. HEX triplet: 13, 40 and 73. RGB value is (19,64,115). Sum of RGB (Red+Green+Blue) = 19+64+115=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #134073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134073 is #ECBF8C. Grayscale: #383838. Windows color (decimal): -15515533 or 7553043. OLE color: 7553043.
HSL color Cylindrical-coordinate representation of color #134073: hue angle of 211.88º 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 #134073 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 64 | 115 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.55 |
| HSL | 211.88º | 0.72% | 0.26% | - |
| HSV(B) | 211.88º | 0.83% | 0.45% | - |
| XYZ | 5.2 | 5.04 | 16.92 | - |
| YUV | 56.36 | 161.09 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 115 | 0.83 | 0.44 | 0 | 0.55 | 211.88 | 0.72 | 0.26 |
| Hex | 13 | 40 | 73 | 53 | 2C | 0 | 37 | D4 | 48 | 1A |
| Octal | 23 | 100 | 163 | 123 | 54 | 0 | 67 | 324 | 110 | 32 |
| Binary | 10011 | 1000000 | 1110011 | 1010011 | 101100 | 0 | 110111 | 11010100 | 1001000 | 11010 |
Color Harmonies of #134073
Complementary color
Monochromatic Colors of #134073
Black with #134073
Text Example
Text Example
White with #134073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134073; }
p { color: rgb(19,64,115); }
H1.HeaderClassName
{
color: #134073;
}
.AnyTagClassName
{
color: #134073;
}
</style>
background-color css
<style>
a { background-color: #134073; }
a { background-color: rgb(19,64,115); }
div.DivClassName
{
background-color: #134073;
}
.BgClassName
{
background-color: #134073;
}
</style>
border-color css
<style>
span { border-color: #134073; }
span { border-color: rgb(19,64,115); }
td.TdClassName
{
border-color: #134073;
}
.TagClassName
{
border-color: #134073;
}
</style>