Shades of Astronaut Blue #15415B
Tints of Astronaut Blue #15415B
RGB
CMYK
RGB Variations
Color information
#15415B (or 0x15415B) is known color: Astronaut Blue. HEX triplet: 15, 41 and 5B. RGB value is (21,65,91). Sum of RGB (Red+Green+Blue) = 21+65+91=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #15415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15415B is #EABEA4. Grayscale: #363636. Windows color (decimal): -15384229 or 5980437. OLE color: 5980437.
HSL color Cylindrical-coordinate representation of color #15415B: hue angle of 202.29º 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 #15415B is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 65 | 91 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.64 |
| HSL | 202.29º | 0.63% | 0.22% | - |
| HSV(B) | 202.29º | 0.77% | 0.36% | - |
| XYZ | 4.09 | 4.7 | 10.59 | - |
| YUV | 54.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 91 | 0.77 | 0.29 | 0 | 0.64 | 202.29 | 0.63 | 0.22 |
| Hex | 15 | 41 | 5B | 4D | 1D | 0 | 40 | CA | 3E | 16 |
| Octal | 25 | 101 | 133 | 115 | 35 | 0 | 100 | 312 | 76 | 26 |
| Binary | 10101 | 1000001 | 1011011 | 1001101 | 11101 | 0 | 1000000 | 11001010 | 111110 | 10110 |
Color Harmonies of #15415B
Complementary color
Monochromatic Colors of #15415B
Black with #15415B
Text Example
Text Example
White with #15415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15415B; }
p { color: rgb(21,65,91); }
H1.HeaderClassName
{
color: #15415B;
}
.AnyTagClassName
{
color: #15415B;
}
</style>
background-color css
<style>
a { background-color: #15415B; }
a { background-color: rgb(21,65,91); }
div.DivClassName
{
background-color: #15415B;
}
.BgClassName
{
background-color: #15415B;
}
</style>
border-color css
<style>
span { border-color: #15415B; }
span { border-color: rgb(21,65,91); }
td.TdClassName
{
border-color: #15415B;
}
.TagClassName
{
border-color: #15415B;
}
</style>