Shades of Dark Cerulean #133C83
Tints of Dark Cerulean #133C83
RGB
CMYK
RGB Variations
Color information
#133C83 (or 0x133C83) is known color: Dark Cerulean. HEX triplet: 13, 3C and 83. RGB value is (19,60,131). Sum of RGB (Red+Green+Blue) = 19+60+131=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 131 (51.56% from 255 or 62.38% from 210); Max value from RGB is 131 - color contains mainly: blue. Hex color #133C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133C83 is #ECC37C. Grayscale: #373737. Windows color (decimal): -15516541 or 8600595. OLE color: 8600595.
HSL color Cylindrical-coordinate representation of color #133C83: hue angle of 218.04º 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 #133C83 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 60 | 131 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.49 |
| HSL | 218.04º | 0.75% | 0.29% | - |
| HSV(B) | 218.04º | 0.85% | 0.51% | - |
| XYZ | 5.98 | 5.01 | 22.12 | - |
| YUV | 55.84 | 170.42 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 131 | 0.85 | 0.54 | 0 | 0.49 | 218.04 | 0.75 | 0.29 |
| Hex | 13 | 3C | 83 | 55 | 36 | 0 | 31 | DA | 4B | 1D |
| Octal | 23 | 74 | 203 | 125 | 66 | 0 | 61 | 332 | 113 | 35 |
| Binary | 10011 | 111100 | 10000011 | 1010101 | 110110 | 0 | 110001 | 11011010 | 1001011 | 11101 |
Color Harmonies of #133C83
Complementary color
Monochromatic Colors of #133C83
Black with #133C83
Text Example
Text Example
White with #133C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C83; }
p { color: rgb(19,60,131); }
H1.HeaderClassName
{
color: #133C83;
}
.AnyTagClassName
{
color: #133C83;
}
</style>
background-color css
<style>
a { background-color: #133C83; }
a { background-color: rgb(19,60,131); }
div.DivClassName
{
background-color: #133C83;
}
.BgClassName
{
background-color: #133C83;
}
</style>
border-color css
<style>
span { border-color: #133C83; }
span { border-color: rgb(19,60,131); }
td.TdClassName
{
border-color: #133C83;
}
.TagClassName
{
border-color: #133C83;
}
</style>