Shades of Astronaut Blue #154B5B
Tints of Astronaut Blue #154B5B
RGB
CMYK
RGB Variations
Color information
#154B5B (or 0x154B5B) is known color: Astronaut Blue. HEX triplet: 15, 4B and 5B. RGB value is (21,75,91). Sum of RGB (Red+Green+Blue) = 21+75+91=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #154B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B5B is #EAB4A4. Grayscale: #3C3C3C. Windows color (decimal): -15381669 or 5982997. OLE color: 5982997.
HSL color Cylindrical-coordinate representation of color #154B5B: hue angle of 193.71º degrees, saturation: 0.62, 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 #154B5B is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 75 | 91 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.64 |
| HSL | 193.71º | 0.63% | 0.22% | - |
| HSV(B) | 193.71º | 0.77% | 0.36% | - |
| XYZ | 4.71 | 5.95 | 10.8 | - |
| YUV | 60.68 | 145.11 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 91 | 0.77 | 0.18 | 0 | 0.64 | 193.71 | 0.63 | 0.22 |
| Hex | 15 | 4B | 5B | 4D | 12 | 0 | 40 | C2 | 3E | 16 |
| Octal | 25 | 113 | 133 | 115 | 22 | 0 | 100 | 302 | 76 | 26 |
| Binary | 10101 | 1001011 | 1011011 | 1001101 | 10010 | 0 | 1000000 | 11000010 | 111110 | 10110 |
Color Harmonies of #154B5B
Complementary color
Monochromatic Colors of #154B5B
Black with #154B5B
Text Example
Text Example
White with #154B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154B5B; }
p { color: rgb(21,75,91); }
H1.HeaderClassName
{
color: #154B5B;
}
.AnyTagClassName
{
color: #154B5B;
}
</style>
background-color css
<style>
a { background-color: #154B5B; }
a { background-color: rgb(21,75,91); }
div.DivClassName
{
background-color: #154B5B;
}
.BgClassName
{
background-color: #154B5B;
}
</style>
border-color css
<style>
span { border-color: #154B5B; }
span { border-color: rgb(21,75,91); }
td.TdClassName
{
border-color: #154B5B;
}
.TagClassName
{
border-color: #154B5B;
}
</style>