Shades of Astronaut Blue #134054
Tints of Astronaut Blue #134054
RGB
CMYK
RGB Variations
Color information
#134054 (or 0x134054) is known color: Astronaut Blue. HEX triplet: 13, 40 and 54. RGB value is (19,64,84). Sum of RGB (Red+Green+Blue) = 19+64+84=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #134054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134054 is #ECBFAB. Grayscale: #343434. Windows color (decimal): -15515564 or 5521427. OLE color: 5521427.
HSL color Cylindrical-coordinate representation of color #134054: hue angle of 198.46º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134054 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 64 | 84 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.67 |
| HSL | 198.46º | 0.63% | 0.2% | - |
| HSV(B) | 198.46º | 0.77% | 0.33% | - |
| XYZ | 3.7 | 4.45 | 9.05 | - |
| YUV | 52.83 | 145.59 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 84 | 0.77 | 0.24 | 0 | 0.67 | 198.46 | 0.63 | 0.2 |
| Hex | 13 | 40 | 54 | 4D | 18 | 0 | 43 | C6 | 3F | 14 |
| Octal | 23 | 100 | 124 | 115 | 30 | 0 | 103 | 306 | 77 | 24 |
| Binary | 10011 | 1000000 | 1010100 | 1001101 | 11000 | 0 | 1000011 | 11000110 | 111111 | 10100 |
Color Harmonies of #134054
Complementary color
Monochromatic Colors of #134054
Black with #134054
Text Example
Text Example
White with #134054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134054; }
p { color: rgb(19,64,84); }
H1.HeaderClassName
{
color: #134054;
}
.AnyTagClassName
{
color: #134054;
}
</style>
background-color css
<style>
a { background-color: #134054; }
a { background-color: rgb(19,64,84); }
div.DivClassName
{
background-color: #134054;
}
.BgClassName
{
background-color: #134054;
}
</style>
border-color css
<style>
span { border-color: #134054; }
span { border-color: rgb(19,64,84); }
td.TdClassName
{
border-color: #134054;
}
.TagClassName
{
border-color: #134054;
}
</style>