Shades of Dark Cerulean #154A8A
Tints of Dark Cerulean #154A8A
RGB
CMYK
RGB Variations
Color information
#154A8A (or 0x154A8A) is known color: Dark Cerulean. HEX triplet: 15, 4A and 8A. RGB value is (21,74,138). Sum of RGB (Red+Green+Blue) = 21+74+138=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #154A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154A8A is #EAB575. Grayscale: #414141. Windows color (decimal): -15381878 or 9062933. OLE color: 9062933.
HSL color Cylindrical-coordinate representation of color #154A8A: hue angle of 212.82º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #154A8A is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 74 | 138 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.46 |
| HSL | 212.82º | 0.74% | 0.31% | - |
| HSV(B) | 212.82º | 0.85% | 0.54% | - |
| XYZ | 7.35 | 6.89 | 24.99 | - |
| YUV | 65.45 | 168.94 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 138 | 0.85 | 0.46 | 0 | 0.46 | 212.82 | 0.74 | 0.31 |
| Hex | 15 | 4A | 8A | 55 | 2E | 0 | 2E | D5 | 4A | 1F |
| Octal | 25 | 112 | 212 | 125 | 56 | 0 | 56 | 325 | 112 | 37 |
| Binary | 10101 | 1001010 | 10001010 | 1010101 | 101110 | 0 | 101110 | 11010101 | 1001010 | 11111 |
Color Harmonies of #154A8A
Complementary color
Monochromatic Colors of #154A8A
Black with #154A8A
Text Example
Text Example
White with #154A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A8A; }
p { color: rgb(21,74,138); }
H1.HeaderClassName
{
color: #154A8A;
}
.AnyTagClassName
{
color: #154A8A;
}
</style>
background-color css
<style>
a { background-color: #154A8A; }
a { background-color: rgb(21,74,138); }
div.DivClassName
{
background-color: #154A8A;
}
.BgClassName
{
background-color: #154A8A;
}
</style>
border-color css
<style>
span { border-color: #154A8A; }
span { border-color: rgb(21,74,138); }
td.TdClassName
{
border-color: #154A8A;
}
.TagClassName
{
border-color: #154A8A;
}
</style>