Shades of Astronaut Blue #134963
Tints of Astronaut Blue #134963
RGB
CMYK
RGB Variations
Color information
#134963 (or 0x134963) is known color: Astronaut Blue. HEX triplet: 13, 49 and 63. RGB value is (19,73,99). Sum of RGB (Red+Green+Blue) = 19+73+99=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #134963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134963 is #ECB69C. Grayscale: #3B3B3B. Windows color (decimal): -15513245 or 6506771. OLE color: 6506771.
HSL color Cylindrical-coordinate representation of color #134963: hue angle of 199.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134963 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 73 | 99 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.61 |
| HSL | 199.5º | 0.68% | 0.23% | - |
| HSV(B) | 199.5º | 0.81% | 0.39% | - |
| XYZ | 4.9 | 5.8 | 12.67 | - |
| YUV | 59.82 | 150.11 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 99 | 0.81 | 0.26 | 0 | 0.61 | 199.5 | 0.68 | 0.23 |
| Hex | 13 | 49 | 63 | 51 | 1A | 0 | 3D | C8 | 44 | 17 |
| Octal | 23 | 111 | 143 | 121 | 32 | 0 | 75 | 310 | 104 | 27 |
| Binary | 10011 | 1001001 | 1100011 | 1010001 | 11010 | 0 | 111101 | 11001000 | 1000100 | 10111 |
Color Harmonies of #134963
Complementary color
Monochromatic Colors of #134963
Black with #134963
Text Example
Text Example
White with #134963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134963; }
p { color: rgb(19,73,99); }
H1.HeaderClassName
{
color: #134963;
}
.AnyTagClassName
{
color: #134963;
}
</style>
background-color css
<style>
a { background-color: #134963; }
a { background-color: rgb(19,73,99); }
div.DivClassName
{
background-color: #134963;
}
.BgClassName
{
background-color: #134963;
}
</style>
border-color css
<style>
span { border-color: #134963; }
span { border-color: rgb(19,73,99); }
td.TdClassName
{
border-color: #134963;
}
.TagClassName
{
border-color: #134963;
}
</style>