Shades of Astronaut Blue #154C66
Tints of Astronaut Blue #154C66
RGB
CMYK
RGB Variations
Color information
#154C66 (or 0x154C66) is known color: Astronaut Blue. HEX triplet: 15, 4C and 66. RGB value is (21,76,102). Sum of RGB (Red+Green+Blue) = 21+76+102=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #154C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C66 is #EAB399. Grayscale: #3E3E3E. Windows color (decimal): -15381402 or 6704149. OLE color: 6704149.
HSL color Cylindrical-coordinate representation of color #154C66: hue angle of 199.26º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154C66 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 76 | 102 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.6 |
| HSL | 199.26º | 0.66% | 0.24% | - |
| HSV(B) | 199.26º | 0.79% | 0.4% | - |
| XYZ | 5.29 | 6.29 | 13.51 | - |
| YUV | 62.52 | 150.28 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 102 | 0.79 | 0.25 | 0 | 0.6 | 199.26 | 0.66 | 0.24 |
| Hex | 15 | 4C | 66 | 4F | 19 | 0 | 3C | C7 | 42 | 18 |
| Octal | 25 | 114 | 146 | 117 | 31 | 0 | 74 | 307 | 102 | 30 |
| Binary | 10101 | 1001100 | 1100110 | 1001111 | 11001 | 0 | 111100 | 11000111 | 1000010 | 11000 |
Color Harmonies of #154C66
Complementary color
Monochromatic Colors of #154C66
Black with #154C66
Text Example
Text Example
White with #154C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C66; }
p { color: rgb(21,76,102); }
H1.HeaderClassName
{
color: #154C66;
}
.AnyTagClassName
{
color: #154C66;
}
</style>
background-color css
<style>
a { background-color: #154C66; }
a { background-color: rgb(21,76,102); }
div.DivClassName
{
background-color: #154C66;
}
.BgClassName
{
background-color: #154C66;
}
</style>
border-color css
<style>
span { border-color: #154C66; }
span { border-color: rgb(21,76,102); }
td.TdClassName
{
border-color: #154C66;
}
.TagClassName
{
border-color: #154C66;
}
</style>