Shades of Dark Cerulean #133A87
Tints of Dark Cerulean #133A87
RGB
CMYK
RGB Variations
Color information
#133A87 (or 0x133A87) is known color: Dark Cerulean. HEX triplet: 13, 3A and 87. RGB value is (19,58,135). Sum of RGB (Red+Green+Blue) = 19+58+135=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #133A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133A87 is #ECC578. Grayscale: #363636. Windows color (decimal): -15517049 or 8862227. OLE color: 8862227.
HSL color Cylindrical-coordinate representation of color #133A87: hue angle of 219.83º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133A87 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 58 | 135 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.47 |
| HSL | 219.83º | 0.75% | 0.3% | - |
| HSV(B) | 219.83º | 0.86% | 0.53% | - |
| XYZ | 6.15 | 4.91 | 23.55 | - |
| YUV | 55.12 | 173.08 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 135 | 0.86 | 0.57 | 0 | 0.47 | 219.83 | 0.75 | 0.3 |
| Hex | 13 | 3A | 87 | 56 | 39 | 0 | 2F | DC | 4B | 1E |
| Octal | 23 | 72 | 207 | 126 | 71 | 0 | 57 | 334 | 113 | 36 |
| Binary | 10011 | 111010 | 10000111 | 1010110 | 111001 | 0 | 101111 | 11011100 | 1001011 | 11110 |
Color Harmonies of #133A87
Complementary color
Monochromatic Colors of #133A87
Black with #133A87
Text Example
Text Example
White with #133A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A87; }
p { color: rgb(19,58,135); }
H1.HeaderClassName
{
color: #133A87;
}
.AnyTagClassName
{
color: #133A87;
}
</style>
background-color css
<style>
a { background-color: #133A87; }
a { background-color: rgb(19,58,135); }
div.DivClassName
{
background-color: #133A87;
}
.BgClassName
{
background-color: #133A87;
}
</style>
border-color css
<style>
span { border-color: #133A87; }
span { border-color: rgb(19,58,135); }
td.TdClassName
{
border-color: #133A87;
}
.TagClassName
{
border-color: #133A87;
}
</style>