Shades of Dark Cerulean #134674
Tints of Dark Cerulean #134674
RGB
CMYK
RGB Variations
Color information
#134674 (or 0x134674) is known color: Dark Cerulean. HEX triplet: 13, 46 and 74. RGB value is (19,70,116). Sum of RGB (Red+Green+Blue) = 19+70+116=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #134674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134674 is #ECB98B. Grayscale: #3B3B3B. Windows color (decimal): -15513996 or 7620115. OLE color: 7620115.
HSL color Cylindrical-coordinate representation of color #134674: hue angle of 208.45º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134674 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 70 | 116 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.55 |
| HSL | 208.45º | 0.72% | 0.26% | - |
| HSV(B) | 208.45º | 0.84% | 0.45% | - |
| XYZ | 5.61 | 5.78 | 17.34 | - |
| YUV | 60 | 159.6 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 116 | 0.84 | 0.40 | 0 | 0.55 | 208.45 | 0.72 | 0.26 |
| Hex | 13 | 46 | 74 | 54 | 28 | 0 | 37 | D0 | 48 | 1A |
| Octal | 23 | 106 | 164 | 124 | 50 | 0 | 67 | 320 | 110 | 32 |
| Binary | 10011 | 1000110 | 1110100 | 1010100 | 101000 | 0 | 110111 | 11010000 | 1001000 | 11010 |
Color Harmonies of #134674
Complementary color
Monochromatic Colors of #134674
Black with #134674
Text Example
Text Example
White with #134674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134674; }
p { color: rgb(19,70,116); }
H1.HeaderClassName
{
color: #134674;
}
.AnyTagClassName
{
color: #134674;
}
</style>
background-color css
<style>
a { background-color: #134674; }
a { background-color: rgb(19,70,116); }
div.DivClassName
{
background-color: #134674;
}
.BgClassName
{
background-color: #134674;
}
</style>
border-color css
<style>
span { border-color: #134674; }
span { border-color: rgb(19,70,116); }
td.TdClassName
{
border-color: #134674;
}
.TagClassName
{
border-color: #134674;
}
</style>