Shades of Dark Cerulean #134574
Tints of Dark Cerulean #134574
RGB
CMYK
RGB Variations
Color information
#134574 (or 0x134574) is known color: Dark Cerulean. HEX triplet: 13, 45 and 74. RGB value is (19,69,116). Sum of RGB (Red+Green+Blue) = 19+69+116=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #134574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134574 is #ECBA8B. Grayscale: #3B3B3B. Windows color (decimal): -15514252 or 7619859. OLE color: 7619859.
HSL color Cylindrical-coordinate representation of color #134574: hue angle of 209.07º 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 #134574 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 69 | 116 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.55 |
| HSL | 209.07º | 0.72% | 0.26% | - |
| HSV(B) | 209.07º | 0.84% | 0.45% | - |
| XYZ | 5.55 | 5.66 | 17.32 | - |
| YUV | 59.41 | 159.94 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 116 | 0.84 | 0.41 | 0 | 0.55 | 209.07 | 0.72 | 0.26 |
| Hex | 13 | 45 | 74 | 54 | 29 | 0 | 37 | D1 | 48 | 1A |
| Octal | 23 | 105 | 164 | 124 | 51 | 0 | 67 | 321 | 110 | 32 |
| Binary | 10011 | 1000101 | 1110100 | 1010100 | 101001 | 0 | 110111 | 11010001 | 1001000 | 11010 |
Color Harmonies of #134574
Complementary color
Monochromatic Colors of #134574
Black with #134574
Text Example
Text Example
White with #134574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134574; }
p { color: rgb(19,69,116); }
H1.HeaderClassName
{
color: #134574;
}
.AnyTagClassName
{
color: #134574;
}
</style>
background-color css
<style>
a { background-color: #134574; }
a { background-color: rgb(19,69,116); }
div.DivClassName
{
background-color: #134574;
}
.BgClassName
{
background-color: #134574;
}
</style>
border-color css
<style>
span { border-color: #134574; }
span { border-color: rgb(19,69,116); }
td.TdClassName
{
border-color: #134574;
}
.TagClassName
{
border-color: #134574;
}
</style>