Shades of Dark Cerulean #133875
Tints of Dark Cerulean #133875
RGB
CMYK
RGB Variations
Color information
#133875 (or 0x133875) is known color: Dark Cerulean. HEX triplet: 13, 38 and 75. RGB value is (19,56,117). Sum of RGB (Red+Green+Blue) = 19+56+117=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #133875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133875 is #ECC78A. Grayscale: #333333. Windows color (decimal): -15517579 or 7682067. OLE color: 7682067.
HSL color Cylindrical-coordinate representation of color #133875: hue angle of 217.35º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133875 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 56 | 117 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.54 |
| HSL | 217.35º | 0.72% | 0.27% | - |
| HSV(B) | 217.35º | 0.84% | 0.46% | - |
| XYZ | 4.89 | 4.25 | 17.39 | - |
| YUV | 51.89 | 164.74 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 117 | 0.84 | 0.52 | 0 | 0.54 | 217.35 | 0.72 | 0.27 |
| Hex | 13 | 38 | 75 | 54 | 34 | 0 | 36 | D9 | 48 | 1B |
| Octal | 23 | 70 | 165 | 124 | 64 | 0 | 66 | 331 | 110 | 33 |
| Binary | 10011 | 111000 | 1110101 | 1010100 | 110100 | 0 | 110110 | 11011001 | 1001000 | 11011 |
Color Harmonies of #133875
Complementary color
Monochromatic Colors of #133875
Black with #133875
Text Example
Text Example
White with #133875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133875; }
p { color: rgb(19,56,117); }
H1.HeaderClassName
{
color: #133875;
}
.AnyTagClassName
{
color: #133875;
}
</style>
background-color css
<style>
a { background-color: #133875; }
a { background-color: rgb(19,56,117); }
div.DivClassName
{
background-color: #133875;
}
.BgClassName
{
background-color: #133875;
}
</style>
border-color css
<style>
span { border-color: #133875; }
span { border-color: rgb(19,56,117); }
td.TdClassName
{
border-color: #133875;
}
.TagClassName
{
border-color: #133875;
}
</style>