Shades of Dark Cerulean #134472
Tints of Dark Cerulean #134472
RGB
CMYK
RGB Variations
Color information
#134472 (or 0x134472) is known color: Dark Cerulean. HEX triplet: 13, 44 and 72. RGB value is (19,68,114). Sum of RGB (Red+Green+Blue) = 19+68+114=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #134472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134472 is #ECBB8D. Grayscale: #3A3A3A. Windows color (decimal): -15514510 or 7488531. OLE color: 7488531.
HSL color Cylindrical-coordinate representation of color #134472: hue angle of 209.05º degrees, saturation: 0.71, 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 #134472 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 68 | 114 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.55 |
| HSL | 209.05º | 0.71% | 0.26% | - |
| HSV(B) | 209.05º | 0.83% | 0.45% | - |
| XYZ | 5.37 | 5.49 | 16.7 | - |
| YUV | 58.59 | 159.27 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 114 | 0.83 | 0.40 | 0 | 0.55 | 209.05 | 0.71 | 0.26 |
| Hex | 13 | 44 | 72 | 53 | 28 | 0 | 37 | D1 | 47 | 1A |
| Octal | 23 | 104 | 162 | 123 | 50 | 0 | 67 | 321 | 107 | 32 |
| Binary | 10011 | 1000100 | 1110010 | 1010011 | 101000 | 0 | 110111 | 11010001 | 1000111 | 11010 |
Color Harmonies of #134472
Complementary color
Monochromatic Colors of #134472
Black with #134472
Text Example
Text Example
White with #134472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134472; }
p { color: rgb(19,68,114); }
H1.HeaderClassName
{
color: #134472;
}
.AnyTagClassName
{
color: #134472;
}
</style>
background-color css
<style>
a { background-color: #134472; }
a { background-color: rgb(19,68,114); }
div.DivClassName
{
background-color: #134472;
}
.BgClassName
{
background-color: #134472;
}
</style>
border-color css
<style>
span { border-color: #134472; }
span { border-color: rgb(19,68,114); }
td.TdClassName
{
border-color: #134472;
}
.TagClassName
{
border-color: #134472;
}
</style>