Shades of Dark Cerulean #154A71
Tints of Dark Cerulean #154A71
RGB
CMYK
RGB Variations
Color information
#154A71 (or 0x154A71) is known color: Dark Cerulean. HEX triplet: 15, 4A and 71. RGB value is (21,74,113). Sum of RGB (Red+Green+Blue) = 21+74+113=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #154A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A71 is #EAB58E. Grayscale: #3E3E3E. Windows color (decimal): -15381903 or 7424533. OLE color: 7424533.
HSL color Cylindrical-coordinate representation of color #154A71: hue angle of 205.43º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #154A71 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 74 | 113 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.56 |
| HSL | 205.43º | 0.69% | 0.26% | - |
| HSV(B) | 205.43º | 0.81% | 0.44% | - |
| XYZ | 5.74 | 6.25 | 16.53 | - |
| YUV | 62.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 113 | 0.81 | 0.35 | 0 | 0.56 | 205.43 | 0.69 | 0.26 |
| Hex | 15 | 4A | 71 | 51 | 23 | 0 | 38 | CD | 45 | 1A |
| Octal | 25 | 112 | 161 | 121 | 43 | 0 | 70 | 315 | 105 | 32 |
| Binary | 10101 | 1001010 | 1110001 | 1010001 | 100011 | 0 | 111000 | 11001101 | 1000101 | 11010 |
Color Harmonies of #154A71
Complementary color
Monochromatic Colors of #154A71
Black with #154A71
Text Example
Text Example
White with #154A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A71; }
p { color: rgb(21,74,113); }
H1.HeaderClassName
{
color: #154A71;
}
.AnyTagClassName
{
color: #154A71;
}
</style>
background-color css
<style>
a { background-color: #154A71; }
a { background-color: rgb(21,74,113); }
div.DivClassName
{
background-color: #154A71;
}
.BgClassName
{
background-color: #154A71;
}
</style>
border-color css
<style>
span { border-color: #154A71; }
span { border-color: rgb(21,74,113); }
td.TdClassName
{
border-color: #154A71;
}
.TagClassName
{
border-color: #154A71;
}
</style>