Shades of Astronaut Blue #154768
Tints of Astronaut Blue #154768
RGB
CMYK
RGB Variations
Color information
#154768 (or 0x154768) is known color: Astronaut Blue. HEX triplet: 15, 47 and 68. RGB value is (21,71,104). Sum of RGB (Red+Green+Blue) = 21+71+104=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #154768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154768 is #EAB897. Grayscale: #3B3B3B. Windows color (decimal): -15382680 or 6833941. OLE color: 6833941.
HSL color Cylindrical-coordinate representation of color #154768: hue angle of 203.86º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154768 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 71 | 104 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.59 |
| HSL | 203.86º | 0.66% | 0.25% | - |
| HSV(B) | 203.86º | 0.8% | 0.41% | - |
| XYZ | 5.06 | 5.67 | 13.92 | - |
| YUV | 59.81 | 152.94 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 104 | 0.80 | 0.32 | 0 | 0.59 | 203.86 | 0.66 | 0.25 |
| Hex | 15 | 47 | 68 | 50 | 20 | 0 | 3B | CC | 42 | 19 |
| Octal | 25 | 107 | 150 | 120 | 40 | 0 | 73 | 314 | 102 | 31 |
| Binary | 10101 | 1000111 | 1101000 | 1010000 | 100000 | 0 | 111011 | 11001100 | 1000010 | 11001 |
Color Harmonies of #154768
Complementary color
Monochromatic Colors of #154768
Black with #154768
Text Example
Text Example
White with #154768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154768; }
p { color: rgb(21,71,104); }
H1.HeaderClassName
{
color: #154768;
}
.AnyTagClassName
{
color: #154768;
}
</style>
background-color css
<style>
a { background-color: #154768; }
a { background-color: rgb(21,71,104); }
div.DivClassName
{
background-color: #154768;
}
.BgClassName
{
background-color: #154768;
}
</style>
border-color css
<style>
span { border-color: #154768; }
span { border-color: rgb(21,71,104); }
td.TdClassName
{
border-color: #154768;
}
.TagClassName
{
border-color: #154768;
}
</style>