Shades of Dark Cerulean #133F84
Tints of Dark Cerulean #133F84
RGB
CMYK
RGB Variations
Color information
#133F84 (or 0x133F84) is known color: Dark Cerulean. HEX triplet: 13, 3F and 84. RGB value is (19,63,132). Sum of RGB (Red+Green+Blue) = 19+63+132=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #133F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133F84 is #ECC07B. Grayscale: #393939. Windows color (decimal): -15515772 or 8666899. OLE color: 8666899.
HSL color Cylindrical-coordinate representation of color #133F84: hue angle of 216.64º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133F84 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 63 | 132 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.48 |
| HSL | 216.64º | 0.75% | 0.3% | - |
| HSV(B) | 216.64º | 0.86% | 0.52% | - |
| XYZ | 6.21 | 5.36 | 22.54 | - |
| YUV | 57.71 | 169.92 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 132 | 0.86 | 0.52 | 0 | 0.48 | 216.64 | 0.75 | 0.3 |
| Hex | 13 | 3F | 84 | 56 | 34 | 0 | 30 | D9 | 4B | 1E |
| Octal | 23 | 77 | 204 | 126 | 64 | 0 | 60 | 331 | 113 | 36 |
| Binary | 10011 | 111111 | 10000100 | 1010110 | 110100 | 0 | 110000 | 11011001 | 1001011 | 11110 |
Color Harmonies of #133F84
Complementary color
Monochromatic Colors of #133F84
Black with #133F84
Text Example
Text Example
White with #133F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F84; }
p { color: rgb(19,63,132); }
H1.HeaderClassName
{
color: #133F84;
}
.AnyTagClassName
{
color: #133F84;
}
</style>
background-color css
<style>
a { background-color: #133F84; }
a { background-color: rgb(19,63,132); }
div.DivClassName
{
background-color: #133F84;
}
.BgClassName
{
background-color: #133F84;
}
</style>
border-color css
<style>
span { border-color: #133F84; }
span { border-color: rgb(19,63,132); }
td.TdClassName
{
border-color: #133F84;
}
.TagClassName
{
border-color: #133F84;
}
</style>