Shades of Dark Cerulean #133C82
Tints of Dark Cerulean #133C82
RGB
CMYK
RGB Variations
Color information
#133C82 (or 0x133C82) is known color: Dark Cerulean. HEX triplet: 13, 3C and 82. RGB value is (19,60,130). Sum of RGB (Red+Green+Blue) = 19+60+130=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #133C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133C82 is #ECC37D. Grayscale: #373737. Windows color (decimal): -15516542 or 8535059. OLE color: 8535059.
HSL color Cylindrical-coordinate representation of color #133C82: hue angle of 217.84º degrees, saturation: 0.74, 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 #133C82 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 60 | 130 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.49 |
| HSL | 217.84º | 0.74% | 0.29% | - |
| HSV(B) | 217.84º | 0.85% | 0.51% | - |
| XYZ | 5.91 | 4.98 | 21.77 | - |
| YUV | 55.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 130 | 0.85 | 0.54 | 0 | 0.49 | 217.84 | 0.74 | 0.29 |
| Hex | 13 | 3C | 82 | 55 | 36 | 0 | 31 | DA | 4A | 1D |
| Octal | 23 | 74 | 202 | 125 | 66 | 0 | 61 | 332 | 112 | 35 |
| Binary | 10011 | 111100 | 10000010 | 1010101 | 110110 | 0 | 110001 | 11011010 | 1001010 | 11101 |
Color Harmonies of #133C82
Complementary color
Monochromatic Colors of #133C82
Black with #133C82
Text Example
Text Example
White with #133C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C82; }
p { color: rgb(19,60,130); }
H1.HeaderClassName
{
color: #133C82;
}
.AnyTagClassName
{
color: #133C82;
}
</style>
background-color css
<style>
a { background-color: #133C82; }
a { background-color: rgb(19,60,130); }
div.DivClassName
{
background-color: #133C82;
}
.BgClassName
{
background-color: #133C82;
}
</style>
border-color css
<style>
span { border-color: #133C82; }
span { border-color: rgb(19,60,130); }
td.TdClassName
{
border-color: #133C82;
}
.TagClassName
{
border-color: #133C82;
}
</style>