Shades of Astronaut Blue #154C63
Tints of Astronaut Blue #154C63
RGB
CMYK
RGB Variations
Color information
#154C63 (or 0x154C63) is known color: Astronaut Blue. HEX triplet: 15, 4C and 63. RGB value is (21,76,99). Sum of RGB (Red+Green+Blue) = 21+76+99=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #154C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C63 is #EAB39C. Grayscale: #3E3E3E. Windows color (decimal): -15381405 or 6507541. OLE color: 6507541.
HSL color Cylindrical-coordinate representation of color #154C63: hue angle of 197.69º 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 #154C63 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 76 | 99 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.61 |
| HSL | 197.69º | 0.65% | 0.24% | - |
| HSV(B) | 197.69º | 0.79% | 0.39% | - |
| XYZ | 5.15 | 6.23 | 12.74 | - |
| YUV | 62.18 | 148.78 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 99 | 0.79 | 0.23 | 0 | 0.61 | 197.69 | 0.65 | 0.24 |
| Hex | 15 | 4C | 63 | 4F | 17 | 0 | 3D | C6 | 41 | 18 |
| Octal | 25 | 114 | 143 | 117 | 27 | 0 | 75 | 306 | 101 | 30 |
| Binary | 10101 | 1001100 | 1100011 | 1001111 | 10111 | 0 | 111101 | 11000110 | 1000001 | 11000 |
Color Harmonies of #154C63
Complementary color
Monochromatic Colors of #154C63
Black with #154C63
Text Example
Text Example
White with #154C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C63; }
p { color: rgb(21,76,99); }
H1.HeaderClassName
{
color: #154C63;
}
.AnyTagClassName
{
color: #154C63;
}
</style>
background-color css
<style>
a { background-color: #154C63; }
a { background-color: rgb(21,76,99); }
div.DivClassName
{
background-color: #154C63;
}
.BgClassName
{
background-color: #154C63;
}
</style>
border-color css
<style>
span { border-color: #154C63; }
span { border-color: rgb(21,76,99); }
td.TdClassName
{
border-color: #154C63;
}
.TagClassName
{
border-color: #154C63;
}
</style>