Shades of Dark Cerulean #153C6E
Tints of Dark Cerulean #153C6E
RGB
CMYK
RGB Variations
Color information
#153C6E (or 0x153C6E) is known color: Dark Cerulean. HEX triplet: 15, 3C and 6E. RGB value is (21,60,110). Sum of RGB (Red+Green+Blue) = 21+60+110=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #153C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C6E is #EAC391. Grayscale: #353535. Windows color (decimal): -15385490 or 7224341. OLE color: 7224341.
HSL color Cylindrical-coordinate representation of color #153C6E: hue angle of 213.71º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #153C6E is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 60 | 110 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.57 |
| HSL | 213.71º | 0.68% | 0.26% | - |
| HSV(B) | 213.71º | 0.81% | 0.43% | - |
| XYZ | 4.74 | 4.52 | 15.37 | - |
| YUV | 54.04 | 159.58 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 110 | 0.81 | 0.45 | 0 | 0.57 | 213.71 | 0.68 | 0.26 |
| Hex | 15 | 3C | 6E | 51 | 2D | 0 | 39 | D6 | 44 | 1A |
| Octal | 25 | 74 | 156 | 121 | 55 | 0 | 71 | 326 | 104 | 32 |
| Binary | 10101 | 111100 | 1101110 | 1010001 | 101101 | 0 | 111001 | 11010110 | 1000100 | 11010 |
Color Harmonies of #153C6E
Complementary color
Monochromatic Colors of #153C6E
Black with #153C6E
Text Example
Text Example
White with #153C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C6E; }
p { color: rgb(21,60,110); }
H1.HeaderClassName
{
color: #153C6E;
}
.AnyTagClassName
{
color: #153C6E;
}
</style>
background-color css
<style>
a { background-color: #153C6E; }
a { background-color: rgb(21,60,110); }
div.DivClassName
{
background-color: #153C6E;
}
.BgClassName
{
background-color: #153C6E;
}
</style>
border-color css
<style>
span { border-color: #153C6E; }
span { border-color: rgb(21,60,110); }
td.TdClassName
{
border-color: #153C6E;
}
.TagClassName
{
border-color: #153C6E;
}
</style>