Shades of Astronaut Blue #154D67
Tints of Astronaut Blue #154D67
RGB
CMYK
RGB Variations
Color information
#154D67 (or 0x154D67) is known color: Astronaut Blue. HEX triplet: 15, 4D and 67. RGB value is (21,77,103). Sum of RGB (Red+Green+Blue) = 21+77+103=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #154D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D67 is #EAB298. Grayscale: #3F3F3F. Windows color (decimal): -15381145 or 6769941. OLE color: 6769941.
HSL color Cylindrical-coordinate representation of color #154D67: hue angle of 199.02º 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 #154D67 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 77 | 103 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.60 |
| HSL | 199.02º | 0.66% | 0.24% | - |
| HSV(B) | 199.02º | 0.8% | 0.4% | - |
| XYZ | 5.41 | 6.45 | 13.79 | - |
| YUV | 63.22 | 150.45 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 103 | 0.80 | 0.25 | 0 | 0.60 | 199.02 | 0.66 | 0.24 |
| Hex | 15 | 4D | 67 | 50 | 19 | 0 | 3C | C7 | 42 | 18 |
| Octal | 25 | 115 | 147 | 120 | 31 | 0 | 74 | 307 | 102 | 30 |
| Binary | 10101 | 1001101 | 1100111 | 1010000 | 11001 | 0 | 111100 | 11000111 | 1000010 | 11000 |
Color Harmonies of #154D67
Complementary color
Monochromatic Colors of #154D67
Black with #154D67
Text Example
Text Example
White with #154D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D67; }
p { color: rgb(21,77,103); }
H1.HeaderClassName
{
color: #154D67;
}
.AnyTagClassName
{
color: #154D67;
}
</style>
background-color css
<style>
a { background-color: #154D67; }
a { background-color: rgb(21,77,103); }
div.DivClassName
{
background-color: #154D67;
}
.BgClassName
{
background-color: #154D67;
}
</style>
border-color css
<style>
span { border-color: #154D67; }
span { border-color: rgb(21,77,103); }
td.TdClassName
{
border-color: #154D67;
}
.TagClassName
{
border-color: #154D67;
}
</style>