Shades of Dark Cerulean #153785
Tints of Dark Cerulean #153785
RGB
CMYK
RGB Variations
Color information
#153785 (or 0x153785) is known color: Dark Cerulean. HEX triplet: 15, 37 and 85. RGB value is (21,55,133). Sum of RGB (Red+Green+Blue) = 21+55+133=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #153785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153785 is #EAC87A. Grayscale: #353535. Windows color (decimal): -15386747 or 8730389. OLE color: 8730389.
HSL color Cylindrical-coordinate representation of color #153785: hue angle of 221.79º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153785 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 55 | 133 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.48 |
| HSL | 221.79º | 0.73% | 0.3% | - |
| HSV(B) | 221.79º | 0.84% | 0.52% | - |
| XYZ | 5.91 | 4.59 | 22.76 | - |
| YUV | 53.73 | 172.74 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 133 | 0.84 | 0.59 | 0 | 0.48 | 221.79 | 0.73 | 0.3 |
| Hex | 15 | 37 | 85 | 54 | 3B | 0 | 30 | DE | 49 | 1E |
| Octal | 25 | 67 | 205 | 124 | 73 | 0 | 60 | 336 | 111 | 36 |
| Binary | 10101 | 110111 | 10000101 | 1010100 | 111011 | 0 | 110000 | 11011110 | 1001001 | 11110 |
Color Harmonies of #153785
Complementary color
Monochromatic Colors of #153785
Black with #153785
Text Example
Text Example
White with #153785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153785; }
p { color: rgb(21,55,133); }
H1.HeaderClassName
{
color: #153785;
}
.AnyTagClassName
{
color: #153785;
}
</style>
background-color css
<style>
a { background-color: #153785; }
a { background-color: rgb(21,55,133); }
div.DivClassName
{
background-color: #153785;
}
.BgClassName
{
background-color: #153785;
}
</style>
border-color css
<style>
span { border-color: #153785; }
span { border-color: rgb(21,55,133); }
td.TdClassName
{
border-color: #153785;
}
.TagClassName
{
border-color: #153785;
}
</style>