Shades of Astronaut Blue #154B5C
Tints of Astronaut Blue #154B5C
RGB
CMYK
RGB Variations
Color information
#154B5C (or 0x154B5C) is known color: Astronaut Blue. HEX triplet: 15, 4B and 5C. RGB value is (21,75,92). Sum of RGB (Red+Green+Blue) = 21+75+92=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #154B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B5C is #EAB4A3. Grayscale: #3C3C3C. Windows color (decimal): -15381668 or 6048533. OLE color: 6048533.
HSL color Cylindrical-coordinate representation of color #154B5C: hue angle of 194.37º 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 #154B5C is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 75 | 92 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.64 |
| HSL | 194.37º | 0.63% | 0.22% | - |
| HSV(B) | 194.37º | 0.77% | 0.36% | - |
| XYZ | 4.76 | 5.96 | 11.03 | - |
| YUV | 60.79 | 145.61 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 92 | 0.77 | 0.18 | 0 | 0.64 | 194.37 | 0.63 | 0.22 |
| Hex | 15 | 4B | 5C | 4D | 12 | 0 | 40 | C2 | 3F | 16 |
| Octal | 25 | 113 | 134 | 115 | 22 | 0 | 100 | 302 | 77 | 26 |
| Binary | 10101 | 1001011 | 1011100 | 1001101 | 10010 | 0 | 1000000 | 11000010 | 111111 | 10110 |
Color Harmonies of #154B5C
Complementary color
Monochromatic Colors of #154B5C
Black with #154B5C
Text Example
Text Example
White with #154B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154B5C; }
p { color: rgb(21,75,92); }
H1.HeaderClassName
{
color: #154B5C;
}
.AnyTagClassName
{
color: #154B5C;
}
</style>
background-color css
<style>
a { background-color: #154B5C; }
a { background-color: rgb(21,75,92); }
div.DivClassName
{
background-color: #154B5C;
}
.BgClassName
{
background-color: #154B5C;
}
</style>
border-color css
<style>
span { border-color: #154B5C; }
span { border-color: rgb(21,75,92); }
td.TdClassName
{
border-color: #154B5C;
}
.TagClassName
{
border-color: #154B5C;
}
</style>