Shades of Dark Cerulean #153C8B
Tints of Dark Cerulean #153C8B
RGB
CMYK
RGB Variations
Color information
#153C8B (or 0x153C8B) is known color: Dark Cerulean. HEX triplet: 15, 3C and 8B. RGB value is (21,60,139). Sum of RGB (Red+Green+Blue) = 21+60+139=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #153C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153C8B is #EAC374. Grayscale: #383838. Windows color (decimal): -15385461 or 9124885. OLE color: 9124885.
HSL color Cylindrical-coordinate representation of color #153C8B: hue angle of 220.17º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #153C8B is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 60 | 139 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.45 |
| HSL | 220.17º | 0.74% | 0.31% | - |
| HSV(B) | 220.17º | 0.85% | 0.55% | - |
| XYZ | 6.59 | 5.26 | 25.09 | - |
| YUV | 57.35 | 174.08 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 139 | 0.85 | 0.57 | 0 | 0.45 | 220.17 | 0.74 | 0.31 |
| Hex | 15 | 3C | 8B | 55 | 39 | 0 | 2D | DC | 4A | 1F |
| Octal | 25 | 74 | 213 | 125 | 71 | 0 | 55 | 334 | 112 | 37 |
| Binary | 10101 | 111100 | 10001011 | 1010101 | 111001 | 0 | 101101 | 11011100 | 1001010 | 11111 |
Color Harmonies of #153C8B
Complementary color
Monochromatic Colors of #153C8B
Black with #153C8B
Text Example
Text Example
White with #153C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C8B; }
p { color: rgb(21,60,139); }
H1.HeaderClassName
{
color: #153C8B;
}
.AnyTagClassName
{
color: #153C8B;
}
</style>
background-color css
<style>
a { background-color: #153C8B; }
a { background-color: rgb(21,60,139); }
div.DivClassName
{
background-color: #153C8B;
}
.BgClassName
{
background-color: #153C8B;
}
</style>
border-color css
<style>
span { border-color: #153C8B; }
span { border-color: rgb(21,60,139); }
td.TdClassName
{
border-color: #153C8B;
}
.TagClassName
{
border-color: #153C8B;
}
</style>