Shades of Astronaut Blue #15445B
Tints of Astronaut Blue #15445B
RGB
CMYK
RGB Variations
Color information
#15445B (or 0x15445B) is known color: Astronaut Blue. HEX triplet: 15, 44 and 5B. RGB value is (21,68,91). Sum of RGB (Red+Green+Blue) = 21+68+91=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #15445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15445B is #EABBA4. Grayscale: #383838. Windows color (decimal): -15383461 or 5981205. OLE color: 5981205.
HSL color Cylindrical-coordinate representation of color #15445B: hue angle of 199.71º 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 #15445B is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 68 | 91 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.64 |
| HSL | 199.71º | 0.63% | 0.22% | - |
| HSV(B) | 199.71º | 0.77% | 0.36% | - |
| XYZ | 4.26 | 5.05 | 10.65 | - |
| YUV | 56.57 | 147.43 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 68 | 91 | 0.77 | 0.25 | 0 | 0.64 | 199.71 | 0.63 | 0.22 |
| Hex | 15 | 44 | 5B | 4D | 19 | 0 | 40 | C8 | 3E | 16 |
| Octal | 25 | 104 | 133 | 115 | 31 | 0 | 100 | 310 | 76 | 26 |
| Binary | 10101 | 1000100 | 1011011 | 1001101 | 11001 | 0 | 1000000 | 11001000 | 111110 | 10110 |
Color Harmonies of #15445B
Complementary color
Monochromatic Colors of #15445B
Black with #15445B
Text Example
Text Example
White with #15445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15445B; }
p { color: rgb(21,68,91); }
H1.HeaderClassName
{
color: #15445B;
}
.AnyTagClassName
{
color: #15445B;
}
</style>
background-color css
<style>
a { background-color: #15445B; }
a { background-color: rgb(21,68,91); }
div.DivClassName
{
background-color: #15445B;
}
.BgClassName
{
background-color: #15445B;
}
</style>
border-color css
<style>
span { border-color: #15445B; }
span { border-color: rgb(21,68,91); }
td.TdClassName
{
border-color: #15445B;
}
.TagClassName
{
border-color: #15445B;
}
</style>