Shades of Dark Cerulean #133E89
Tints of Dark Cerulean #133E89
RGB
CMYK
RGB Variations
Color information
#133E89 (or 0x133E89) is known color: Dark Cerulean. HEX triplet: 13, 3E and 89. RGB value is (19,62,137). Sum of RGB (Red+Green+Blue) = 19+62+137=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #133E89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133E89 is #ECC176. Grayscale: #393939. Windows color (decimal): -15516023 or 8994323. OLE color: 8994323.
HSL color Cylindrical-coordinate representation of color #133E89: hue angle of 218.14º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133E89 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 62 | 137 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.46 |
| HSL | 218.14º | 0.76% | 0.31% | - |
| HSV(B) | 218.14º | 0.86% | 0.54% | - |
| XYZ | 6.51 | 5.39 | 24.36 | - |
| YUV | 57.69 | 172.75 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 137 | 0.86 | 0.55 | 0 | 0.46 | 218.14 | 0.76 | 0.31 |
| Hex | 13 | 3E | 89 | 56 | 37 | 0 | 2E | DA | 4C | 1F |
| Octal | 23 | 76 | 211 | 126 | 67 | 0 | 56 | 332 | 114 | 37 |
| Binary | 10011 | 111110 | 10001001 | 1010110 | 110111 | 0 | 101110 | 11011010 | 1001100 | 11111 |
Color Harmonies of #133E89
Complementary color
Monochromatic Colors of #133E89
Black with #133E89
Text Example
Text Example
White with #133E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E89; }
p { color: rgb(19,62,137); }
H1.HeaderClassName
{
color: #133E89;
}
.AnyTagClassName
{
color: #133E89;
}
</style>
background-color css
<style>
a { background-color: #133E89; }
a { background-color: rgb(19,62,137); }
div.DivClassName
{
background-color: #133E89;
}
.BgClassName
{
background-color: #133E89;
}
</style>
border-color css
<style>
span { border-color: #133E89; }
span { border-color: rgb(19,62,137); }
td.TdClassName
{
border-color: #133E89;
}
.TagClassName
{
border-color: #133E89;
}
</style>