Shades of Astronaut Blue #15445E
Tints of Astronaut Blue #15445E
RGB
CMYK
RGB Variations
Color information
#15445E (or 0x15445E) is known color: Astronaut Blue. HEX triplet: 15, 44 and 5E. RGB value is (21,68,94). Sum of RGB (Red+Green+Blue) = 21+68+94=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #15445E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15445E is #EABBA1. Grayscale: #383838. Windows color (decimal): -15383458 or 6177813. OLE color: 6177813.
HSL color Cylindrical-coordinate representation of color #15445E: hue angle of 201.37º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15445E is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 68 | 94 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.63 |
| HSL | 201.37º | 0.63% | 0.23% | - |
| HSV(B) | 201.37º | 0.78% | 0.37% | - |
| XYZ | 4.4 | 5.1 | 11.34 | - |
| YUV | 56.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 68 | 94 | 0.78 | 0.28 | 0 | 0.63 | 201.37 | 0.63 | 0.23 |
| Hex | 15 | 44 | 5E | 4E | 1C | 0 | 3F | C9 | 3F | 17 |
| Octal | 25 | 104 | 136 | 116 | 34 | 0 | 77 | 311 | 77 | 27 |
| Binary | 10101 | 1000100 | 1011110 | 1001110 | 11100 | 0 | 111111 | 11001001 | 111111 | 10111 |
Color Harmonies of #15445E
Complementary color
Monochromatic Colors of #15445E
Black with #15445E
Text Example
Text Example
White with #15445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15445E; }
p { color: rgb(21,68,94); }
H1.HeaderClassName
{
color: #15445E;
}
.AnyTagClassName
{
color: #15445E;
}
</style>
background-color css
<style>
a { background-color: #15445E; }
a { background-color: rgb(21,68,94); }
div.DivClassName
{
background-color: #15445E;
}
.BgClassName
{
background-color: #15445E;
}
</style>
border-color css
<style>
span { border-color: #15445E; }
span { border-color: rgb(21,68,94); }
td.TdClassName
{
border-color: #15445E;
}
.TagClassName
{
border-color: #15445E;
}
</style>