Shades of Astronaut Blue #154A5C
Tints of Astronaut Blue #154A5C
RGB
CMYK
RGB Variations
Color information
#154A5C (or 0x154A5C) is known color: Astronaut Blue. HEX triplet: 15, 4A and 5C. RGB value is (21,74,92). Sum of RGB (Red+Green+Blue) = 21+74+92=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #154A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A5C is #EAB5A3. Grayscale: #3C3C3C. Windows color (decimal): -15381924 or 6048277. OLE color: 6048277.
HSL color Cylindrical-coordinate representation of color #154A5C: hue angle of 195.21º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #154A5C is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 74 | 92 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.64 |
| HSL | 195.21º | 0.63% | 0.22% | - |
| HSV(B) | 195.21º | 0.77% | 0.36% | - |
| XYZ | 4.69 | 5.83 | 11 | - |
| YUV | 60.21 | 145.94 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 92 | 0.77 | 0.20 | 0 | 0.64 | 195.21 | 0.63 | 0.22 |
| Hex | 15 | 4A | 5C | 4D | 14 | 0 | 40 | C3 | 3F | 16 |
| Octal | 25 | 112 | 134 | 115 | 24 | 0 | 100 | 303 | 77 | 26 |
| Binary | 10101 | 1001010 | 1011100 | 1001101 | 10100 | 0 | 1000000 | 11000011 | 111111 | 10110 |
Color Harmonies of #154A5C
Complementary color
Monochromatic Colors of #154A5C
Black with #154A5C
Text Example
Text Example
White with #154A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A5C; }
p { color: rgb(21,74,92); }
H1.HeaderClassName
{
color: #154A5C;
}
.AnyTagClassName
{
color: #154A5C;
}
</style>
background-color css
<style>
a { background-color: #154A5C; }
a { background-color: rgb(21,74,92); }
div.DivClassName
{
background-color: #154A5C;
}
.BgClassName
{
background-color: #154A5C;
}
</style>
border-color css
<style>
span { border-color: #154A5C; }
span { border-color: rgb(21,74,92); }
td.TdClassName
{
border-color: #154A5C;
}
.TagClassName
{
border-color: #154A5C;
}
</style>