Shades of Dark Cerulean #133685
Tints of Dark Cerulean #133685
RGB
CMYK
RGB Variations
Color information
#133685 (or 0x133685) is known color: Dark Cerulean. HEX triplet: 13, 36 and 85. RGB value is (19,54,133). Sum of RGB (Red+Green+Blue) = 19+54+133=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #133685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133685 is #ECC97A. Grayscale: #343434. Windows color (decimal): -15518075 or 8730131. OLE color: 8730131.
HSL color Cylindrical-coordinate representation of color #133685: hue angle of 221.58º 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 #133685 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 54 | 133 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.48 |
| HSL | 221.58º | 0.75% | 0.3% | - |
| HSV(B) | 221.58º | 0.86% | 0.52% | - |
| XYZ | 5.82 | 4.47 | 22.75 | - |
| YUV | 52.54 | 173.4 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 133 | 0.86 | 0.59 | 0 | 0.48 | 221.58 | 0.75 | 0.3 |
| Hex | 13 | 36 | 85 | 56 | 3B | 0 | 30 | DE | 4B | 1E |
| Octal | 23 | 66 | 205 | 126 | 73 | 0 | 60 | 336 | 113 | 36 |
| Binary | 10011 | 110110 | 10000101 | 1010110 | 111011 | 0 | 110000 | 11011110 | 1001011 | 11110 |
Color Harmonies of #133685
Complementary color
Monochromatic Colors of #133685
Black with #133685
Text Example
Text Example
White with #133685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133685; }
p { color: rgb(19,54,133); }
H1.HeaderClassName
{
color: #133685;
}
.AnyTagClassName
{
color: #133685;
}
</style>
background-color css
<style>
a { background-color: #133685; }
a { background-color: rgb(19,54,133); }
div.DivClassName
{
background-color: #133685;
}
.BgClassName
{
background-color: #133685;
}
</style>
border-color css
<style>
span { border-color: #133685; }
span { border-color: rgb(19,54,133); }
td.TdClassName
{
border-color: #133685;
}
.TagClassName
{
border-color: #133685;
}
</style>