Shades of Dark Cerulean #133F89
Tints of Dark Cerulean #133F89
RGB
CMYK
RGB Variations
Color information
#133F89 (or 0x133F89) is known color: Dark Cerulean. HEX triplet: 13, 3F and 89. RGB value is (19,63,137). Sum of RGB (Red+Green+Blue) = 19+63+137=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #133F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133F89 is #ECC076. Grayscale: #393939. Windows color (decimal): -15515767 or 8994579. OLE color: 8994579.
HSL color Cylindrical-coordinate representation of color #133F89: hue angle of 217.63º 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 #133F89 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 63 | 137 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.46 |
| HSL | 217.63º | 0.76% | 0.31% | - |
| HSV(B) | 217.63º | 0.86% | 0.54% | - |
| XYZ | 6.56 | 5.5 | 24.38 | - |
| YUV | 58.28 | 172.42 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 137 | 0.86 | 0.54 | 0 | 0.46 | 217.63 | 0.76 | 0.31 |
| Hex | 13 | 3F | 89 | 56 | 36 | 0 | 2E | DA | 4C | 1F |
| Octal | 23 | 77 | 211 | 126 | 66 | 0 | 56 | 332 | 114 | 37 |
| Binary | 10011 | 111111 | 10001001 | 1010110 | 110110 | 0 | 101110 | 11011010 | 1001100 | 11111 |
Color Harmonies of #133F89
Complementary color
Monochromatic Colors of #133F89
Black with #133F89
Text Example
Text Example
White with #133F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F89; }
p { color: rgb(19,63,137); }
H1.HeaderClassName
{
color: #133F89;
}
.AnyTagClassName
{
color: #133F89;
}
</style>
background-color css
<style>
a { background-color: #133F89; }
a { background-color: rgb(19,63,137); }
div.DivClassName
{
background-color: #133F89;
}
.BgClassName
{
background-color: #133F89;
}
</style>
border-color css
<style>
span { border-color: #133F89; }
span { border-color: rgb(19,63,137); }
td.TdClassName
{
border-color: #133F89;
}
.TagClassName
{
border-color: #133F89;
}
</style>