Shades of Dark Cerulean #133580
Tints of Dark Cerulean #133580
RGB
CMYK
RGB Variations
Color information
#133580 (or 0x133580) is known color: Dark Cerulean. HEX triplet: 13, 35 and 80. RGB value is (19,53,128). Sum of RGB (Red+Green+Blue) = 19+53+128=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #133580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133580 is #ECCA7F. Grayscale: #333333. Windows color (decimal): -15518336 or 8402195. OLE color: 8402195.
HSL color Cylindrical-coordinate representation of color #133580: hue angle of 221.28º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133580 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 53 | 128 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.50 |
| HSL | 221.28º | 0.74% | 0.29% | - |
| HSV(B) | 221.28º | 0.85% | 0.5% | - |
| XYZ | 5.44 | 4.24 | 20.95 | - |
| YUV | 51.38 | 171.24 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 128 | 0.85 | 0.59 | 0 | 0.50 | 221.28 | 0.74 | 0.29 |
| Hex | 13 | 35 | 80 | 55 | 3B | 0 | 32 | DD | 4A | 1D |
| Octal | 23 | 65 | 200 | 125 | 73 | 0 | 62 | 335 | 112 | 35 |
| Binary | 10011 | 110101 | 10000000 | 1010101 | 111011 | 0 | 110010 | 11011101 | 1001010 | 11101 |
Color Harmonies of #133580
Complementary color
Monochromatic Colors of #133580
Black with #133580
Text Example
Text Example
White with #133580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133580; }
p { color: rgb(19,53,128); }
H1.HeaderClassName
{
color: #133580;
}
.AnyTagClassName
{
color: #133580;
}
</style>
background-color css
<style>
a { background-color: #133580; }
a { background-color: rgb(19,53,128); }
div.DivClassName
{
background-color: #133580;
}
.BgClassName
{
background-color: #133580;
}
</style>
border-color css
<style>
span { border-color: #133580; }
span { border-color: rgb(19,53,128); }
td.TdClassName
{
border-color: #133580;
}
.TagClassName
{
border-color: #133580;
}
</style>