Shades of Dark Cerulean #153B7A
Tints of Dark Cerulean #153B7A
RGB
CMYK
RGB Variations
Color information
#153B7A (or 0x153B7A) is known color: Dark Cerulean. HEX triplet: 15, 3B and 7A. RGB value is (21,59,122). Sum of RGB (Red+Green+Blue) = 21+59+122=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #153B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B7A is #EAC485. Grayscale: #363636. Windows color (decimal): -15385734 or 8010517. OLE color: 8010517.
HSL color Cylindrical-coordinate representation of color #153B7A: hue angle of 217.43º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #153B7A is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 59 | 122 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.52 |
| HSL | 217.43º | 0.71% | 0.28% | - |
| HSV(B) | 217.43º | 0.83% | 0.48% | - |
| XYZ | 5.39 | 4.69 | 19.03 | - |
| YUV | 54.82 | 165.91 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 122 | 0.83 | 0.52 | 0 | 0.52 | 217.43 | 0.71 | 0.28 |
| Hex | 15 | 3B | 7A | 53 | 34 | 0 | 34 | D9 | 47 | 1C |
| Octal | 25 | 73 | 172 | 123 | 64 | 0 | 64 | 331 | 107 | 34 |
| Binary | 10101 | 111011 | 1111010 | 1010011 | 110100 | 0 | 110100 | 11011001 | 1000111 | 11100 |
Color Harmonies of #153B7A
Complementary color
Monochromatic Colors of #153B7A
Black with #153B7A
Text Example
Text Example
White with #153B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B7A; }
p { color: rgb(21,59,122); }
H1.HeaderClassName
{
color: #153B7A;
}
.AnyTagClassName
{
color: #153B7A;
}
</style>
background-color css
<style>
a { background-color: #153B7A; }
a { background-color: rgb(21,59,122); }
div.DivClassName
{
background-color: #153B7A;
}
.BgClassName
{
background-color: #153B7A;
}
</style>
border-color css
<style>
span { border-color: #153B7A; }
span { border-color: rgb(21,59,122); }
td.TdClassName
{
border-color: #153B7A;
}
.TagClassName
{
border-color: #153B7A;
}
</style>