Shades of Astronaut Blue #154B5D
Tints of Astronaut Blue #154B5D
RGB
CMYK
RGB Variations
Color information
#154B5D (or 0x154B5D) is known color: Astronaut Blue. HEX triplet: 15, 4B and 5D. RGB value is (21,75,93). Sum of RGB (Red+Green+Blue) = 21+75+93=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #154B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B5D is #EAB4A2. Grayscale: #3C3C3C. Windows color (decimal): -15381667 or 6114069. OLE color: 6114069.
HSL color Cylindrical-coordinate representation of color #154B5D: hue angle of 195º 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 #154B5D is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 75 | 93 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.64 |
| HSL | 195º | 0.63% | 0.22% | - |
| HSV(B) | 195º | 0.77% | 0.36% | - |
| XYZ | 4.8 | 5.98 | 11.26 | - |
| YUV | 60.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 93 | 0.77 | 0.19 | 0 | 0.64 | 195 | 0.63 | 0.22 |
| Hex | 15 | 4B | 5D | 4D | 13 | 0 | 40 | C3 | 3F | 16 |
| Octal | 25 | 113 | 135 | 115 | 23 | 0 | 100 | 303 | 77 | 26 |
| Binary | 10101 | 1001011 | 1011101 | 1001101 | 10011 | 0 | 1000000 | 11000011 | 111111 | 10110 |
Color Harmonies of #154B5D
Complementary color
Monochromatic Colors of #154B5D
Black with #154B5D
Text Example
Text Example
White with #154B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154B5D; }
p { color: rgb(21,75,93); }
H1.HeaderClassName
{
color: #154B5D;
}
.AnyTagClassName
{
color: #154B5D;
}
</style>
background-color css
<style>
a { background-color: #154B5D; }
a { background-color: rgb(21,75,93); }
div.DivClassName
{
background-color: #154B5D;
}
.BgClassName
{
background-color: #154B5D;
}
</style>
border-color css
<style>
span { border-color: #154B5D; }
span { border-color: rgb(21,75,93); }
td.TdClassName
{
border-color: #154B5D;
}
.TagClassName
{
border-color: #154B5D;
}
</style>