Shades of Astronaut Blue #154F67
Tints of Astronaut Blue #154F67
RGB
CMYK
RGB Variations
Color information
#154F67 (or 0x154F67) is known color: Astronaut Blue. HEX triplet: 15, 4F and 67. RGB value is (21,79,103). Sum of RGB (Red+Green+Blue) = 21+79+103=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #154F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F67 is #EAB098. Grayscale: #404040. Windows color (decimal): -15380633 or 6770453. OLE color: 6770453.
HSL color Cylindrical-coordinate representation of color #154F67: hue angle of 197.56º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154F67 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 79 | 103 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.60 |
| HSL | 197.56º | 0.66% | 0.24% | - |
| HSV(B) | 197.56º | 0.8% | 0.4% | - |
| XYZ | 5.55 | 6.73 | 13.84 | - |
| YUV | 64.39 | 149.78 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 103 | 0.80 | 0.23 | 0 | 0.60 | 197.56 | 0.66 | 0.24 |
| Hex | 15 | 4F | 67 | 50 | 17 | 0 | 3C | C6 | 42 | 18 |
| Octal | 25 | 117 | 147 | 120 | 27 | 0 | 74 | 306 | 102 | 30 |
| Binary | 10101 | 1001111 | 1100111 | 1010000 | 10111 | 0 | 111100 | 11000110 | 1000010 | 11000 |
Color Harmonies of #154F67
Complementary color
Monochromatic Colors of #154F67
Black with #154F67
Text Example
Text Example
White with #154F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F67; }
p { color: rgb(21,79,103); }
H1.HeaderClassName
{
color: #154F67;
}
.AnyTagClassName
{
color: #154F67;
}
</style>
background-color css
<style>
a { background-color: #154F67; }
a { background-color: rgb(21,79,103); }
div.DivClassName
{
background-color: #154F67;
}
.BgClassName
{
background-color: #154F67;
}
</style>
border-color css
<style>
span { border-color: #154F67; }
span { border-color: rgb(21,79,103); }
td.TdClassName
{
border-color: #154F67;
}
.TagClassName
{
border-color: #154F67;
}
</style>