Shades of Astronaut Blue #15455D
Tints of Astronaut Blue #15455D
RGB
CMYK
RGB Variations
Color information
#15455D (or 0x15455D) is known color: Astronaut Blue. HEX triplet: 15, 45 and 5D. RGB value is (21,69,93). Sum of RGB (Red+Green+Blue) = 21+69+93=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #15455D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15455D is #EABAA2. Grayscale: #393939. Windows color (decimal): -15383203 or 6112533. OLE color: 6112533.
HSL color Cylindrical-coordinate representation of color #15455D: hue angle of 200º 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 #15455D is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 69 | 93 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.64 |
| HSL | 200º | 0.63% | 0.22% | - |
| HSV(B) | 200º | 0.77% | 0.36% | - |
| XYZ | 4.41 | 5.21 | 11.13 | - |
| YUV | 57.38 | 148.1 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 93 | 0.77 | 0.26 | 0 | 0.64 | 200 | 0.63 | 0.22 |
| Hex | 15 | 45 | 5D | 4D | 1A | 0 | 40 | C8 | 3F | 16 |
| Octal | 25 | 105 | 135 | 115 | 32 | 0 | 100 | 310 | 77 | 26 |
| Binary | 10101 | 1000101 | 1011101 | 1001101 | 11010 | 0 | 1000000 | 11001000 | 111111 | 10110 |
Color Harmonies of #15455D
Complementary color
Monochromatic Colors of #15455D
Black with #15455D
Text Example
Text Example
White with #15455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15455D; }
p { color: rgb(21,69,93); }
H1.HeaderClassName
{
color: #15455D;
}
.AnyTagClassName
{
color: #15455D;
}
</style>
background-color css
<style>
a { background-color: #15455D; }
a { background-color: rgb(21,69,93); }
div.DivClassName
{
background-color: #15455D;
}
.BgClassName
{
background-color: #15455D;
}
</style>
border-color css
<style>
span { border-color: #15455D; }
span { border-color: rgb(21,69,93); }
td.TdClassName
{
border-color: #15455D;
}
.TagClassName
{
border-color: #15455D;
}
</style>