Shades of Dark Cerulean #153B85
Tints of Dark Cerulean #153B85
RGB
CMYK
RGB Variations
Color information
#153B85 (or 0x153B85) is known color: Dark Cerulean. HEX triplet: 15, 3B and 85. RGB value is (21,59,133). Sum of RGB (Red+Green+Blue) = 21+59+133=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #153B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153B85 is #EAC47A. Grayscale: #373737. Windows color (decimal): -15385723 or 8731413. OLE color: 8731413.
HSL color Cylindrical-coordinate representation of color #153B85: hue angle of 219.64º 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 #153B85 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 59 | 133 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.48 |
| HSL | 219.64º | 0.73% | 0.3% | - |
| HSV(B) | 219.64º | 0.84% | 0.52% | - |
| XYZ | 6.11 | 4.98 | 22.83 | - |
| YUV | 56.07 | 171.41 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 133 | 0.84 | 0.56 | 0 | 0.48 | 219.64 | 0.73 | 0.3 |
| Hex | 15 | 3B | 85 | 54 | 38 | 0 | 30 | DC | 49 | 1E |
| Octal | 25 | 73 | 205 | 124 | 70 | 0 | 60 | 334 | 111 | 36 |
| Binary | 10101 | 111011 | 10000101 | 1010100 | 111000 | 0 | 110000 | 11011100 | 1001001 | 11110 |
Color Harmonies of #153B85
Complementary color
Monochromatic Colors of #153B85
Black with #153B85
Text Example
Text Example
White with #153B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B85; }
p { color: rgb(21,59,133); }
H1.HeaderClassName
{
color: #153B85;
}
.AnyTagClassName
{
color: #153B85;
}
</style>
background-color css
<style>
a { background-color: #153B85; }
a { background-color: rgb(21,59,133); }
div.DivClassName
{
background-color: #153B85;
}
.BgClassName
{
background-color: #153B85;
}
</style>
border-color css
<style>
span { border-color: #153B85; }
span { border-color: rgb(21,59,133); }
td.TdClassName
{
border-color: #153B85;
}
.TagClassName
{
border-color: #153B85;
}
</style>