Shades of Dark Cerulean #133881
Tints of Dark Cerulean #133881
RGB
CMYK
RGB Variations
Color information
#133881 (or 0x133881) is known color: Dark Cerulean. HEX triplet: 13, 38 and 81. RGB value is (19,56,129). Sum of RGB (Red+Green+Blue) = 19+56+129=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 129 (50.78% from 255 or 63.24% from 204); Max value from RGB is 129 - color contains mainly: blue. Hex color #133881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133881 is #ECC77E. Grayscale: #343434. Windows color (decimal): -15517567 or 8468499. OLE color: 8468499.
HSL color Cylindrical-coordinate representation of color #133881: hue angle of 219.82º 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 #133881 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 56 | 129 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.49 |
| HSL | 219.82º | 0.74% | 0.29% | - |
| HSV(B) | 219.82º | 0.85% | 0.51% | - |
| XYZ | 5.65 | 4.55 | 21.35 | - |
| YUV | 53.26 | 170.74 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 129 | 0.85 | 0.57 | 0 | 0.49 | 219.82 | 0.74 | 0.29 |
| Hex | 13 | 38 | 81 | 55 | 39 | 0 | 31 | DC | 4A | 1D |
| Octal | 23 | 70 | 201 | 125 | 71 | 0 | 61 | 334 | 112 | 35 |
| Binary | 10011 | 111000 | 10000001 | 1010101 | 111001 | 0 | 110001 | 11011100 | 1001010 | 11101 |
Color Harmonies of #133881
Complementary color
Monochromatic Colors of #133881
Black with #133881
Text Example
Text Example
White with #133881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133881; }
p { color: rgb(19,56,129); }
H1.HeaderClassName
{
color: #133881;
}
.AnyTagClassName
{
color: #133881;
}
</style>
background-color css
<style>
a { background-color: #133881; }
a { background-color: rgb(19,56,129); }
div.DivClassName
{
background-color: #133881;
}
.BgClassName
{
background-color: #133881;
}
</style>
border-color css
<style>
span { border-color: #133881; }
span { border-color: rgb(19,56,129); }
td.TdClassName
{
border-color: #133881;
}
.TagClassName
{
border-color: #133881;
}
</style>