Shades of Dark Cerulean #134D90
Tints of Dark Cerulean #134D90
RGB
CMYK
RGB Variations
Color information
#134D90 (or 0x134D90) is known color: Dark Cerulean. HEX triplet: 13, 4D and 90. RGB value is (19,77,144). Sum of RGB (Red+Green+Blue) = 19+77+144=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #134D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134D90 is #ECB26F. Grayscale: #424242. Windows color (decimal): -15512176 or 9456915. OLE color: 9456915.
HSL color Cylindrical-coordinate representation of color #134D90: hue angle of 212.16º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134D90 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 77 | 144 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.44 |
| HSL | 212.16º | 0.77% | 0.32% | - |
| HSV(B) | 212.16º | 0.87% | 0.56% | - |
| XYZ | 7.96 | 7.46 | 27.41 | - |
| YUV | 67.3 | 171.28 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 144 | 0.87 | 0.47 | 0 | 0.44 | 212.16 | 0.77 | 0.32 |
| Hex | 13 | 4D | 90 | 57 | 2F | 0 | 2C | D4 | 4D | 20 |
| Octal | 23 | 115 | 220 | 127 | 57 | 0 | 54 | 324 | 115 | 40 |
| Binary | 10011 | 1001101 | 10010000 | 1010111 | 101111 | 0 | 101100 | 11010100 | 1001101 | 100000 |
Color Harmonies of #134D90
Complementary color
Monochromatic Colors of #134D90
Black with #134D90
Text Example
Text Example
White with #134D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D90; }
p { color: rgb(19,77,144); }
H1.HeaderClassName
{
color: #134D90;
}
.AnyTagClassName
{
color: #134D90;
}
</style>
background-color css
<style>
a { background-color: #134D90; }
a { background-color: rgb(19,77,144); }
div.DivClassName
{
background-color: #134D90;
}
.BgClassName
{
background-color: #134D90;
}
</style>
border-color css
<style>
span { border-color: #134D90; }
span { border-color: rgb(19,77,144); }
td.TdClassName
{
border-color: #134D90;
}
.TagClassName
{
border-color: #134D90;
}
</style>