Shades of Astronaut Blue #15456A
Tints of Astronaut Blue #15456A
RGB
CMYK
RGB Variations
Color information
#15456A (or 0x15456A) is known color: Astronaut Blue. HEX triplet: 15, 45 and 6A. RGB value is (21,69,106). Sum of RGB (Red+Green+Blue) = 21+69+106=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 106 (41.80% from 255 or 54.08% from 196); Max value from RGB is 106 - color contains mainly: blue. Hex color #15456A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15456A is #EABA95. Grayscale: #3A3A3A. Windows color (decimal): -15383190 or 6964501. OLE color: 6964501.
HSL color Cylindrical-coordinate representation of color #15456A: hue angle of 206.12º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15456A is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 69 | 106 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.58 |
| HSL | 206.12º | 0.67% | 0.25% | - |
| HSV(B) | 206.12º | 0.8% | 0.42% | - |
| XYZ | 5.04 | 5.46 | 14.42 | - |
| YUV | 58.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 106 | 0.80 | 0.35 | 0 | 0.58 | 206.12 | 0.67 | 0.25 |
| Hex | 15 | 45 | 6A | 50 | 23 | 0 | 3A | CE | 43 | 19 |
| Octal | 25 | 105 | 152 | 120 | 43 | 0 | 72 | 316 | 103 | 31 |
| Binary | 10101 | 1000101 | 1101010 | 1010000 | 100011 | 0 | 111010 | 11001110 | 1000011 | 11001 |
Color Harmonies of #15456A
Complementary color
Monochromatic Colors of #15456A
Black with #15456A
Text Example
Text Example
White with #15456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15456A; }
p { color: rgb(21,69,106); }
H1.HeaderClassName
{
color: #15456A;
}
.AnyTagClassName
{
color: #15456A;
}
</style>
background-color css
<style>
a { background-color: #15456A; }
a { background-color: rgb(21,69,106); }
div.DivClassName
{
background-color: #15456A;
}
.BgClassName
{
background-color: #15456A;
}
</style>
border-color css
<style>
span { border-color: #15456A; }
span { border-color: rgb(21,69,106); }
td.TdClassName
{
border-color: #15456A;
}
.TagClassName
{
border-color: #15456A;
}
</style>