Shades of Dark Cerulean #133B83
Tints of Dark Cerulean #133B83
RGB
CMYK
RGB Variations
Color information
#133B83 (or 0x133B83) is known color: Dark Cerulean. HEX triplet: 13, 3B and 83. RGB value is (19,59,131). Sum of RGB (Red+Green+Blue) = 19+59+131=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 131 (51.56% from 255 or 62.68% from 209); Max value from RGB is 131 - color contains mainly: blue. Hex color #133B83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133B83 is #ECC47C. Grayscale: #363636. Windows color (decimal): -15516797 or 8600339. OLE color: 8600339.
HSL color Cylindrical-coordinate representation of color #133B83: hue angle of 218.57º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133B83 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 59 | 131 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.49 |
| HSL | 218.57º | 0.75% | 0.29% | - |
| HSV(B) | 218.57º | 0.85% | 0.51% | - |
| XYZ | 5.93 | 4.91 | 22.11 | - |
| YUV | 55.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 131 | 0.85 | 0.55 | 0 | 0.49 | 218.57 | 0.75 | 0.29 |
| Hex | 13 | 3B | 83 | 55 | 37 | 0 | 31 | DB | 4B | 1D |
| Octal | 23 | 73 | 203 | 125 | 67 | 0 | 61 | 333 | 113 | 35 |
| Binary | 10011 | 111011 | 10000011 | 1010101 | 110111 | 0 | 110001 | 11011011 | 1001011 | 11101 |
Color Harmonies of #133B83
Complementary color
Monochromatic Colors of #133B83
Black with #133B83
Text Example
Text Example
White with #133B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B83; }
p { color: rgb(19,59,131); }
H1.HeaderClassName
{
color: #133B83;
}
.AnyTagClassName
{
color: #133B83;
}
</style>
background-color css
<style>
a { background-color: #133B83; }
a { background-color: rgb(19,59,131); }
div.DivClassName
{
background-color: #133B83;
}
.BgClassName
{
background-color: #133B83;
}
</style>
border-color css
<style>
span { border-color: #133B83; }
span { border-color: rgb(19,59,131); }
td.TdClassName
{
border-color: #133B83;
}
.TagClassName
{
border-color: #133B83;
}
</style>