Shades of Dark Cerulean #153F8B
Tints of Dark Cerulean #153F8B
RGB
CMYK
RGB Variations
Color information
#153F8B (or 0x153F8B) is known color: Dark Cerulean. HEX triplet: 15, 3F and 8B. RGB value is (21,63,139). Sum of RGB (Red+Green+Blue) = 21+63+139=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #153F8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F8B is #EAC074. Grayscale: #3A3A3A. Windows color (decimal): -15384693 or 9125653. OLE color: 9125653.
HSL color Cylindrical-coordinate representation of color #153F8B: hue angle of 218.64º 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 #153F8B is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 63 | 139 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.45 |
| HSL | 218.64º | 0.74% | 0.31% | - |
| HSV(B) | 218.64º | 0.85% | 0.55% | - |
| XYZ | 6.75 | 5.58 | 25.15 | - |
| YUV | 59.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 139 | 0.85 | 0.55 | 0 | 0.45 | 218.64 | 0.74 | 0.31 |
| Hex | 15 | 3F | 8B | 55 | 37 | 0 | 2D | DB | 4A | 1F |
| Octal | 25 | 77 | 213 | 125 | 67 | 0 | 55 | 333 | 112 | 37 |
| Binary | 10101 | 111111 | 10001011 | 1010101 | 110111 | 0 | 101101 | 11011011 | 1001010 | 11111 |
Color Harmonies of #153F8B
Complementary color
Monochromatic Colors of #153F8B
Black with #153F8B
Text Example
Text Example
White with #153F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F8B; }
p { color: rgb(21,63,139); }
H1.HeaderClassName
{
color: #153F8B;
}
.AnyTagClassName
{
color: #153F8B;
}
</style>
background-color css
<style>
a { background-color: #153F8B; }
a { background-color: rgb(21,63,139); }
div.DivClassName
{
background-color: #153F8B;
}
.BgClassName
{
background-color: #153F8B;
}
</style>
border-color css
<style>
span { border-color: #153F8B; }
span { border-color: rgb(21,63,139); }
td.TdClassName
{
border-color: #153F8B;
}
.TagClassName
{
border-color: #153F8B;
}
</style>