Shades of Dark Cerulean #133777
Tints of Dark Cerulean #133777
RGB
CMYK
RGB Variations
Color information
#133777 (or 0x133777) is known color: Dark Cerulean. HEX triplet: 13, 37 and 77. RGB value is (19,55,119). Sum of RGB (Red+Green+Blue) = 19+55+119=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #133777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133777 is #ECC888. Grayscale: #333333. Windows color (decimal): -15517833 or 7812883. OLE color: 7812883.
HSL color Cylindrical-coordinate representation of color #133777: hue angle of 218.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133777 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 55 | 119 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.53 |
| HSL | 218.4º | 0.72% | 0.27% | - |
| HSV(B) | 218.4º | 0.84% | 0.47% | - |
| XYZ | 4.96 | 4.2 | 18 | - |
| YUV | 51.53 | 166.07 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 119 | 0.84 | 0.54 | 0 | 0.53 | 218.4 | 0.72 | 0.27 |
| Hex | 13 | 37 | 77 | 54 | 36 | 0 | 35 | DA | 48 | 1B |
| Octal | 23 | 67 | 167 | 124 | 66 | 0 | 65 | 332 | 110 | 33 |
| Binary | 10011 | 110111 | 1110111 | 1010100 | 110110 | 0 | 110101 | 11011010 | 1001000 | 11011 |
Color Harmonies of #133777
Complementary color
Monochromatic Colors of #133777
Black with #133777
Text Example
Text Example
White with #133777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133777; }
p { color: rgb(19,55,119); }
H1.HeaderClassName
{
color: #133777;
}
.AnyTagClassName
{
color: #133777;
}
</style>
background-color css
<style>
a { background-color: #133777; }
a { background-color: rgb(19,55,119); }
div.DivClassName
{
background-color: #133777;
}
.BgClassName
{
background-color: #133777;
}
</style>
border-color css
<style>
span { border-color: #133777; }
span { border-color: rgb(19,55,119); }
td.TdClassName
{
border-color: #133777;
}
.TagClassName
{
border-color: #133777;
}
</style>