Shades of Astronaut Blue #15495C
Tints of Astronaut Blue #15495C
RGB
CMYK
RGB Variations
Color information
#15495C (or 0x15495C) is known color: Astronaut Blue. HEX triplet: 15, 49 and 5C. RGB value is (21,73,92). Sum of RGB (Red+Green+Blue) = 21+73+92=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #15495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15495C is #EAB6A3. Grayscale: #3B3B3B. Windows color (decimal): -15382180 or 6048021. OLE color: 6048021.
HSL color Cylindrical-coordinate representation of color #15495C: hue angle of 196.06º 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 #15495C is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 73 | 92 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.64 |
| HSL | 196.06º | 0.63% | 0.22% | - |
| HSV(B) | 196.06º | 0.77% | 0.36% | - |
| XYZ | 4.62 | 5.7 | 10.98 | - |
| YUV | 59.62 | 146.27 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 92 | 0.77 | 0.21 | 0 | 0.64 | 196.06 | 0.63 | 0.22 |
| Hex | 15 | 49 | 5C | 4D | 15 | 0 | 40 | C4 | 3F | 16 |
| Octal | 25 | 111 | 134 | 115 | 25 | 0 | 100 | 304 | 77 | 26 |
| Binary | 10101 | 1001001 | 1011100 | 1001101 | 10101 | 0 | 1000000 | 11000100 | 111111 | 10110 |
Color Harmonies of #15495C
Complementary color
Monochromatic Colors of #15495C
Black with #15495C
Text Example
Text Example
White with #15495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15495C; }
p { color: rgb(21,73,92); }
H1.HeaderClassName
{
color: #15495C;
}
.AnyTagClassName
{
color: #15495C;
}
</style>
background-color css
<style>
a { background-color: #15495C; }
a { background-color: rgb(21,73,92); }
div.DivClassName
{
background-color: #15495C;
}
.BgClassName
{
background-color: #15495C;
}
</style>
border-color css
<style>
span { border-color: #15495C; }
span { border-color: rgb(21,73,92); }
td.TdClassName
{
border-color: #15495C;
}
.TagClassName
{
border-color: #15495C;
}
</style>