Shades of Astronaut Blue #154C61
Tints of Astronaut Blue #154C61
RGB
CMYK
RGB Variations
Color information
#154C61 (or 0x154C61) is known color: Astronaut Blue. HEX triplet: 15, 4C and 61. RGB value is (21,76,97). Sum of RGB (Red+Green+Blue) = 21+76+97=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #154C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C61 is #EAB39E. Grayscale: #3D3D3D. Windows color (decimal): -15381407 or 6376469. OLE color: 6376469.
HSL color Cylindrical-coordinate representation of color #154C61: hue angle of 196.58º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #154C61 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 76 | 97 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.62 |
| HSL | 196.58º | 0.64% | 0.23% | - |
| HSV(B) | 196.58º | 0.78% | 0.38% | - |
| XYZ | 5.05 | 6.19 | 12.24 | - |
| YUV | 61.95 | 147.78 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 97 | 0.78 | 0.22 | 0 | 0.62 | 196.58 | 0.64 | 0.23 |
| Hex | 15 | 4C | 61 | 4E | 16 | 0 | 3E | C5 | 40 | 17 |
| Octal | 25 | 114 | 141 | 116 | 26 | 0 | 76 | 305 | 100 | 27 |
| Binary | 10101 | 1001100 | 1100001 | 1001110 | 10110 | 0 | 111110 | 11000101 | 1000000 | 10111 |
Color Harmonies of #154C61
Complementary color
Monochromatic Colors of #154C61
Black with #154C61
Text Example
Text Example
White with #154C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C61; }
p { color: rgb(21,76,97); }
H1.HeaderClassName
{
color: #154C61;
}
.AnyTagClassName
{
color: #154C61;
}
</style>
background-color css
<style>
a { background-color: #154C61; }
a { background-color: rgb(21,76,97); }
div.DivClassName
{
background-color: #154C61;
}
.BgClassName
{
background-color: #154C61;
}
</style>
border-color css
<style>
span { border-color: #154C61; }
span { border-color: rgb(21,76,97); }
td.TdClassName
{
border-color: #154C61;
}
.TagClassName
{
border-color: #154C61;
}
</style>