Shades of Dark Cerulean #154F7C
Tints of Dark Cerulean #154F7C
RGB
CMYK
RGB Variations
Color information
#154F7C (or 0x154F7C) is known color: Dark Cerulean. HEX triplet: 15, 4F and 7C. RGB value is (21,79,124). Sum of RGB (Red+Green+Blue) = 21+79+124=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #154F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F7C is #EAB083. Grayscale: #424242. Windows color (decimal): -15380612 or 8146709. OLE color: 8146709.
HSL color Cylindrical-coordinate representation of color #154F7C: hue angle of 206.21º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #154F7C is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 79 | 124 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.51 |
| HSL | 206.21º | 0.71% | 0.28% | - |
| HSV(B) | 206.21º | 0.83% | 0.49% | - |
| XYZ | 6.74 | 7.21 | 20.1 | - |
| YUV | 66.79 | 160.28 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 124 | 0.83 | 0.36 | 0 | 0.51 | 206.21 | 0.71 | 0.28 |
| Hex | 15 | 4F | 7C | 53 | 24 | 0 | 33 | CE | 47 | 1C |
| Octal | 25 | 117 | 174 | 123 | 44 | 0 | 63 | 316 | 107 | 34 |
| Binary | 10101 | 1001111 | 1111100 | 1010011 | 100100 | 0 | 110011 | 11001110 | 1000111 | 11100 |
Color Harmonies of #154F7C
Complementary color
Monochromatic Colors of #154F7C
Black with #154F7C
Text Example
Text Example
White with #154F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F7C; }
p { color: rgb(21,79,124); }
H1.HeaderClassName
{
color: #154F7C;
}
.AnyTagClassName
{
color: #154F7C;
}
</style>
background-color css
<style>
a { background-color: #154F7C; }
a { background-color: rgb(21,79,124); }
div.DivClassName
{
background-color: #154F7C;
}
.BgClassName
{
background-color: #154F7C;
}
</style>
border-color css
<style>
span { border-color: #154F7C; }
span { border-color: rgb(21,79,124); }
td.TdClassName
{
border-color: #154F7C;
}
.TagClassName
{
border-color: #154F7C;
}
</style>