Shades of Dark Cerulean #133882
Tints of Dark Cerulean #133882
RGB
CMYK
RGB Variations
Color information
#133882 (or 0x133882) is known color: Dark Cerulean. HEX triplet: 13, 38 and 82. RGB value is (19,56,130). Sum of RGB (Red+Green+Blue) = 19+56+130=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #133882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133882 is #ECC77D. Grayscale: #353535. Windows color (decimal): -15517566 or 8534035. OLE color: 8534035.
HSL color Cylindrical-coordinate representation of color #133882: hue angle of 220º 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 #133882 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 56 | 130 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.49 |
| HSL | 220º | 0.74% | 0.29% | - |
| HSV(B) | 220º | 0.85% | 0.51% | - |
| XYZ | 5.71 | 4.58 | 21.7 | - |
| YUV | 53.37 | 171.24 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 130 | 0.85 | 0.57 | 0 | 0.49 | 220 | 0.74 | 0.29 |
| Hex | 13 | 38 | 82 | 55 | 39 | 0 | 31 | DC | 4A | 1D |
| Octal | 23 | 70 | 202 | 125 | 71 | 0 | 61 | 334 | 112 | 35 |
| Binary | 10011 | 111000 | 10000010 | 1010101 | 111001 | 0 | 110001 | 11011100 | 1001010 | 11101 |
Color Harmonies of #133882
Complementary color
Monochromatic Colors of #133882
Black with #133882
Text Example
Text Example
White with #133882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133882; }
p { color: rgb(19,56,130); }
H1.HeaderClassName
{
color: #133882;
}
.AnyTagClassName
{
color: #133882;
}
</style>
background-color css
<style>
a { background-color: #133882; }
a { background-color: rgb(19,56,130); }
div.DivClassName
{
background-color: #133882;
}
.BgClassName
{
background-color: #133882;
}
</style>
border-color css
<style>
span { border-color: #133882; }
span { border-color: rgb(19,56,130); }
td.TdClassName
{
border-color: #133882;
}
.TagClassName
{
border-color: #133882;
}
</style>