Shades of Dark Cerulean #133C89
Tints of Dark Cerulean #133C89
RGB
CMYK
RGB Variations
Color information
#133C89 (or 0x133C89) is known color: Dark Cerulean. HEX triplet: 13, 3C and 89. RGB value is (19,60,137). Sum of RGB (Red+Green+Blue) = 19+60+137=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 137 (53.91% from 255 or 63.43% from 216); Max value from RGB is 137 - color contains mainly: blue. Hex color #133C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133C89 is #ECC376. Grayscale: #383838. Windows color (decimal): -15516535 or 8993811. OLE color: 8993811.
HSL color Cylindrical-coordinate representation of color #133C89: hue angle of 219.15º 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 #133C89 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 60 | 137 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.46 |
| HSL | 219.15º | 0.76% | 0.31% | - |
| HSV(B) | 219.15º | 0.86% | 0.54% | - |
| XYZ | 6.4 | 5.18 | 24.33 | - |
| YUV | 56.52 | 173.42 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 137 | 0.86 | 0.56 | 0 | 0.46 | 219.15 | 0.76 | 0.31 |
| Hex | 13 | 3C | 89 | 56 | 38 | 0 | 2E | DB | 4C | 1F |
| Octal | 23 | 74 | 211 | 126 | 70 | 0 | 56 | 333 | 114 | 37 |
| Binary | 10011 | 111100 | 10001001 | 1010110 | 111000 | 0 | 101110 | 11011011 | 1001100 | 11111 |
Color Harmonies of #133C89
Complementary color
Monochromatic Colors of #133C89
Black with #133C89
Text Example
Text Example
White with #133C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C89; }
p { color: rgb(19,60,137); }
H1.HeaderClassName
{
color: #133C89;
}
.AnyTagClassName
{
color: #133C89;
}
</style>
background-color css
<style>
a { background-color: #133C89; }
a { background-color: rgb(19,60,137); }
div.DivClassName
{
background-color: #133C89;
}
.BgClassName
{
background-color: #133C89;
}
</style>
border-color css
<style>
span { border-color: #133C89; }
span { border-color: rgb(19,60,137); }
td.TdClassName
{
border-color: #133C89;
}
.TagClassName
{
border-color: #133C89;
}
</style>