Shades of Astronaut Blue #154667
Tints of Astronaut Blue #154667
RGB
CMYK
RGB Variations
Color information
#154667 (or 0x154667) is known color: Astronaut Blue. HEX triplet: 15, 46 and 67. RGB value is (21,70,103). Sum of RGB (Red+Green+Blue) = 21+70+103=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #154667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154667 is #EAB998. Grayscale: #3A3A3A. Windows color (decimal): -15382937 or 6768149. OLE color: 6768149.
HSL color Cylindrical-coordinate representation of color #154667: hue angle of 204.15º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154667 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 70 | 103 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.60 |
| HSL | 204.15º | 0.66% | 0.24% | - |
| HSV(B) | 204.15º | 0.8% | 0.4% | - |
| XYZ | 4.95 | 5.52 | 13.64 | - |
| YUV | 59.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 103 | 0.80 | 0.32 | 0 | 0.60 | 204.15 | 0.66 | 0.24 |
| Hex | 15 | 46 | 67 | 50 | 20 | 0 | 3C | CC | 42 | 18 |
| Octal | 25 | 106 | 147 | 120 | 40 | 0 | 74 | 314 | 102 | 30 |
| Binary | 10101 | 1000110 | 1100111 | 1010000 | 100000 | 0 | 111100 | 11001100 | 1000010 | 11000 |
Color Harmonies of #154667
Complementary color
Monochromatic Colors of #154667
Black with #154667
Text Example
Text Example
White with #154667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154667; }
p { color: rgb(21,70,103); }
H1.HeaderClassName
{
color: #154667;
}
.AnyTagClassName
{
color: #154667;
}
</style>
background-color css
<style>
a { background-color: #154667; }
a { background-color: rgb(21,70,103); }
div.DivClassName
{
background-color: #154667;
}
.BgClassName
{
background-color: #154667;
}
</style>
border-color css
<style>
span { border-color: #154667; }
span { border-color: rgb(21,70,103); }
td.TdClassName
{
border-color: #154667;
}
.TagClassName
{
border-color: #154667;
}
</style>