Shades of Dark Cerulean #133782
Tints of Dark Cerulean #133782
RGB
CMYK
RGB Variations
Color information
#133782 (or 0x133782) is known color: Dark Cerulean. HEX triplet: 13, 37 and 82. RGB value is (19,55,130). Sum of RGB (Red+Green+Blue) = 19+55+130=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #133782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133782 is #ECC87D. Grayscale: #343434. Windows color (decimal): -15517822 or 8533779. OLE color: 8533779.
HSL color Cylindrical-coordinate representation of color #133782: hue angle of 220.54º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133782 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 55 | 130 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.49 |
| HSL | 220.54º | 0.74% | 0.29% | - |
| HSV(B) | 220.54º | 0.85% | 0.51% | - |
| XYZ | 5.66 | 4.48 | 21.69 | - |
| YUV | 52.79 | 171.57 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 130 | 0.85 | 0.58 | 0 | 0.49 | 220.54 | 0.74 | 0.29 |
| Hex | 13 | 37 | 82 | 55 | 3A | 0 | 31 | DD | 4A | 1D |
| Octal | 23 | 67 | 202 | 125 | 72 | 0 | 61 | 335 | 112 | 35 |
| Binary | 10011 | 110111 | 10000010 | 1010101 | 111010 | 0 | 110001 | 11011101 | 1001010 | 11101 |
Color Harmonies of #133782
Complementary color
Monochromatic Colors of #133782
Black with #133782
Text Example
Text Example
White with #133782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133782; }
p { color: rgb(19,55,130); }
H1.HeaderClassName
{
color: #133782;
}
.AnyTagClassName
{
color: #133782;
}
</style>
background-color css
<style>
a { background-color: #133782; }
a { background-color: rgb(19,55,130); }
div.DivClassName
{
background-color: #133782;
}
.BgClassName
{
background-color: #133782;
}
</style>
border-color css
<style>
span { border-color: #133782; }
span { border-color: rgb(19,55,130); }
td.TdClassName
{
border-color: #133782;
}
.TagClassName
{
border-color: #133782;
}
</style>