Shades of Dark Cerulean #133A84
Tints of Dark Cerulean #133A84
RGB
CMYK
RGB Variations
Color information
#133A84 (or 0x133A84) is known color: Dark Cerulean. HEX triplet: 13, 3A and 84. RGB value is (19,58,132). Sum of RGB (Red+Green+Blue) = 19+58+132=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #133A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133A84 is #ECC57B. Grayscale: #363636. Windows color (decimal): -15517052 or 8665619. OLE color: 8665619.
HSL color Cylindrical-coordinate representation of color #133A84: hue angle of 219.29º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133A84 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 58 | 132 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.48 |
| HSL | 219.29º | 0.75% | 0.3% | - |
| HSV(B) | 219.29º | 0.86% | 0.52% | - |
| XYZ | 5.95 | 4.83 | 22.45 | - |
| YUV | 54.78 | 171.58 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 132 | 0.86 | 0.56 | 0 | 0.48 | 219.29 | 0.75 | 0.3 |
| Hex | 13 | 3A | 84 | 56 | 38 | 0 | 30 | DB | 4B | 1E |
| Octal | 23 | 72 | 204 | 126 | 70 | 0 | 60 | 333 | 113 | 36 |
| Binary | 10011 | 111010 | 10000100 | 1010110 | 111000 | 0 | 110000 | 11011011 | 1001011 | 11110 |
Color Harmonies of #133A84
Complementary color
Monochromatic Colors of #133A84
Black with #133A84
Text Example
Text Example
White with #133A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A84; }
p { color: rgb(19,58,132); }
H1.HeaderClassName
{
color: #133A84;
}
.AnyTagClassName
{
color: #133A84;
}
</style>
background-color css
<style>
a { background-color: #133A84; }
a { background-color: rgb(19,58,132); }
div.DivClassName
{
background-color: #133A84;
}
.BgClassName
{
background-color: #133A84;
}
</style>
border-color css
<style>
span { border-color: #133A84; }
span { border-color: rgb(19,58,132); }
td.TdClassName
{
border-color: #133A84;
}
.TagClassName
{
border-color: #133A84;
}
</style>