Shades of Astronaut Blue #154C64
Tints of Astronaut Blue #154C64
RGB
CMYK
RGB Variations
Color information
#154C64 (or 0x154C64) is known color: Astronaut Blue. HEX triplet: 15, 4C and 64. RGB value is (21,76,100). Sum of RGB (Red+Green+Blue) = 21+76+100=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 100 (39.45% from 255 or 50.76% from 197); Max value from RGB is 100 - color contains mainly: blue. Hex color #154C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C64 is #EAB39B. Grayscale: #3E3E3E. Windows color (decimal): -15381404 or 6573077. OLE color: 6573077.
HSL color Cylindrical-coordinate representation of color #154C64: hue angle of 198.23º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154C64 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 76 | 100 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.61 |
| HSL | 198.23º | 0.65% | 0.24% | - |
| HSV(B) | 198.23º | 0.79% | 0.39% | - |
| XYZ | 5.19 | 6.25 | 12.99 | - |
| YUV | 62.29 | 149.28 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 100 | 0.79 | 0.24 | 0 | 0.61 | 198.23 | 0.65 | 0.24 |
| Hex | 15 | 4C | 64 | 4F | 18 | 0 | 3D | C6 | 41 | 18 |
| Octal | 25 | 114 | 144 | 117 | 30 | 0 | 75 | 306 | 101 | 30 |
| Binary | 10101 | 1001100 | 1100100 | 1001111 | 11000 | 0 | 111101 | 11000110 | 1000001 | 11000 |
Color Harmonies of #154C64
Complementary color
Monochromatic Colors of #154C64
Black with #154C64
Text Example
Text Example
White with #154C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C64; }
p { color: rgb(21,76,100); }
H1.HeaderClassName
{
color: #154C64;
}
.AnyTagClassName
{
color: #154C64;
}
</style>
background-color css
<style>
a { background-color: #154C64; }
a { background-color: rgb(21,76,100); }
div.DivClassName
{
background-color: #154C64;
}
.BgClassName
{
background-color: #154C64;
}
</style>
border-color css
<style>
span { border-color: #154C64; }
span { border-color: rgb(21,76,100); }
td.TdClassName
{
border-color: #154C64;
}
.TagClassName
{
border-color: #154C64;
}
</style>