Shades of Astronaut Blue #15445A
Tints of Astronaut Blue #15445A
RGB
CMYK
RGB Variations
Color information
#15445A (or 0x15445A) is known color: Astronaut Blue. HEX triplet: 15, 44 and 5A. RGB value is (21,68,90). Sum of RGB (Red+Green+Blue) = 21+68+90=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #15445A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15445A is #EABBA5. Grayscale: #383838. Windows color (decimal): -15383462 or 5915669. OLE color: 5915669.
HSL color Cylindrical-coordinate representation of color #15445A: hue angle of 199.13º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15445A is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 68 | 90 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.65 |
| HSL | 199.13º | 0.62% | 0.22% | - |
| HSV(B) | 199.13º | 0.77% | 0.35% | - |
| XYZ | 4.22 | 5.03 | 10.42 | - |
| YUV | 56.46 | 146.93 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 68 | 90 | 0.77 | 0.24 | 0 | 0.65 | 199.13 | 0.62 | 0.22 |
| Hex | 15 | 44 | 5A | 4D | 18 | 0 | 41 | C7 | 3E | 16 |
| Octal | 25 | 104 | 132 | 115 | 30 | 0 | 101 | 307 | 76 | 26 |
| Binary | 10101 | 1000100 | 1011010 | 1001101 | 11000 | 0 | 1000001 | 11000111 | 111110 | 10110 |
Color Harmonies of #15445A
Complementary color
Monochromatic Colors of #15445A
Black with #15445A
Text Example
Text Example
White with #15445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15445A; }
p { color: rgb(21,68,90); }
H1.HeaderClassName
{
color: #15445A;
}
.AnyTagClassName
{
color: #15445A;
}
</style>
background-color css
<style>
a { background-color: #15445A; }
a { background-color: rgb(21,68,90); }
div.DivClassName
{
background-color: #15445A;
}
.BgClassName
{
background-color: #15445A;
}
</style>
border-color css
<style>
span { border-color: #15445A; }
span { border-color: rgb(21,68,90); }
td.TdClassName
{
border-color: #15445A;
}
.TagClassName
{
border-color: #15445A;
}
</style>