Shades of Astronaut Blue #154C5C
Tints of Astronaut Blue #154C5C
RGB
CMYK
RGB Variations
Color information
#154C5C (or 0x154C5C) is known color: Astronaut Blue. HEX triplet: 15, 4C and 5C. RGB value is (21,76,92). Sum of RGB (Red+Green+Blue) = 21+76+92=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #154C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C5C is #EAB3A3. Grayscale: #3D3D3D. Windows color (decimal): -15381412 or 6048789. OLE color: 6048789.
HSL color Cylindrical-coordinate representation of color #154C5C: hue angle of 193.52º 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 #154C5C is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 76 | 92 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.64 |
| HSL | 193.52º | 0.63% | 0.22% | - |
| HSV(B) | 193.52º | 0.77% | 0.36% | - |
| XYZ | 4.83 | 6.1 | 11.05 | - |
| YUV | 61.38 | 145.28 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 92 | 0.77 | 0.17 | 0 | 0.64 | 193.52 | 0.63 | 0.22 |
| Hex | 15 | 4C | 5C | 4D | 11 | 0 | 40 | C2 | 3F | 16 |
| Octal | 25 | 114 | 134 | 115 | 21 | 0 | 100 | 302 | 77 | 26 |
| Binary | 10101 | 1001100 | 1011100 | 1001101 | 10001 | 0 | 1000000 | 11000010 | 111111 | 10110 |
Color Harmonies of #154C5C
Complementary color
Monochromatic Colors of #154C5C
Black with #154C5C
Text Example
Text Example
White with #154C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C5C; }
p { color: rgb(21,76,92); }
H1.HeaderClassName
{
color: #154C5C;
}
.AnyTagClassName
{
color: #154C5C;
}
</style>
background-color css
<style>
a { background-color: #154C5C; }
a { background-color: rgb(21,76,92); }
div.DivClassName
{
background-color: #154C5C;
}
.BgClassName
{
background-color: #154C5C;
}
</style>
border-color css
<style>
span { border-color: #154C5C; }
span { border-color: rgb(21,76,92); }
td.TdClassName
{
border-color: #154C5C;
}
.TagClassName
{
border-color: #154C5C;
}
</style>