Shades of Astronaut Blue #15445D
Tints of Astronaut Blue #15445D
RGB
CMYK
RGB Variations
Color information
#15445D (or 0x15445D) is known color: Astronaut Blue. HEX triplet: 15, 44 and 5D. RGB value is (21,68,93). Sum of RGB (Red+Green+Blue) = 21+68+93=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #15445D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15445D is #EABBA2. Grayscale: #383838. Windows color (decimal): -15383459 or 6112277. OLE color: 6112277.
HSL color Cylindrical-coordinate representation of color #15445D: hue angle of 200.83º 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 #15445D is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 68 | 93 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.64 |
| HSL | 200.83º | 0.63% | 0.22% | - |
| HSV(B) | 200.83º | 0.77% | 0.36% | - |
| XYZ | 4.35 | 5.08 | 11.11 | - |
| YUV | 56.8 | 148.43 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 68 | 93 | 0.77 | 0.27 | 0 | 0.64 | 200.83 | 0.63 | 0.22 |
| Hex | 15 | 44 | 5D | 4D | 1B | 0 | 40 | C9 | 3F | 16 |
| Octal | 25 | 104 | 135 | 115 | 33 | 0 | 100 | 311 | 77 | 26 |
| Binary | 10101 | 1000100 | 1011101 | 1001101 | 11011 | 0 | 1000000 | 11001001 | 111111 | 10110 |
Color Harmonies of #15445D
Complementary color
Monochromatic Colors of #15445D
Black with #15445D
Text Example
Text Example
White with #15445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15445D; }
p { color: rgb(21,68,93); }
H1.HeaderClassName
{
color: #15445D;
}
.AnyTagClassName
{
color: #15445D;
}
</style>
background-color css
<style>
a { background-color: #15445D; }
a { background-color: rgb(21,68,93); }
div.DivClassName
{
background-color: #15445D;
}
.BgClassName
{
background-color: #15445D;
}
</style>
border-color css
<style>
span { border-color: #15445D; }
span { border-color: rgb(21,68,93); }
td.TdClassName
{
border-color: #15445D;
}
.TagClassName
{
border-color: #15445D;
}
</style>