Shades of Astronaut Blue #134C63
Tints of Astronaut Blue #134C63
RGB
CMYK
RGB Variations
Color information
#134C63 (or 0x134C63) is known color: Astronaut Blue. HEX triplet: 13, 4C and 63. RGB value is (19,76,99). Sum of RGB (Red+Green+Blue) = 19+76+99=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #134C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C63 is #ECB39C. Grayscale: #3D3D3D. Windows color (decimal): -15512477 or 6507539. OLE color: 6507539.
HSL color Cylindrical-coordinate representation of color #134C63: hue angle of 197.25º 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 #134C63 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 76 | 99 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.61 |
| HSL | 197.25º | 0.68% | 0.23% | - |
| HSV(B) | 197.25º | 0.81% | 0.39% | - |
| XYZ | 5.11 | 6.21 | 12.73 | - |
| YUV | 61.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 99 | 0.81 | 0.23 | 0 | 0.61 | 197.25 | 0.68 | 0.23 |
| Hex | 13 | 4C | 63 | 51 | 17 | 0 | 3D | C5 | 44 | 17 |
| Octal | 23 | 114 | 143 | 121 | 27 | 0 | 75 | 305 | 104 | 27 |
| Binary | 10011 | 1001100 | 1100011 | 1010001 | 10111 | 0 | 111101 | 11000101 | 1000100 | 10111 |
Color Harmonies of #134C63
Complementary color
Monochromatic Colors of #134C63
Black with #134C63
Text Example
Text Example
White with #134C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C63; }
p { color: rgb(19,76,99); }
H1.HeaderClassName
{
color: #134C63;
}
.AnyTagClassName
{
color: #134C63;
}
</style>
background-color css
<style>
a { background-color: #134C63; }
a { background-color: rgb(19,76,99); }
div.DivClassName
{
background-color: #134C63;
}
.BgClassName
{
background-color: #134C63;
}
</style>
border-color css
<style>
span { border-color: #134C63; }
span { border-color: rgb(19,76,99); }
td.TdClassName
{
border-color: #134C63;
}
.TagClassName
{
border-color: #134C63;
}
</style>