Shades of Astronaut Blue #134C64
Tints of Astronaut Blue #134C64
RGB
CMYK
RGB Variations
Color information
#134C64 (or 0x134C64) is known color: Astronaut Blue. HEX triplet: 13, 4C and 64. RGB value is (19,76,100). Sum of RGB (Red+Green+Blue) = 19+76+100=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 100 (39.45% from 255 or 51.28% from 195); Max value from RGB is 100 - color contains mainly: blue. Hex color #134C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C64 is #ECB39B. Grayscale: #3D3D3D. Windows color (decimal): -15512476 or 6573075. OLE color: 6573075.
HSL color Cylindrical-coordinate representation of color #134C64: hue angle of 197.78º 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 #134C64 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 76 | 100 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.61 |
| HSL | 197.78º | 0.68% | 0.23% | - |
| HSV(B) | 197.78º | 0.81% | 0.39% | - |
| XYZ | 5.15 | 6.23 | 12.99 | - |
| YUV | 61.69 | 149.62 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 100 | 0.81 | 0.24 | 0 | 0.61 | 197.78 | 0.68 | 0.23 |
| Hex | 13 | 4C | 64 | 51 | 18 | 0 | 3D | C6 | 44 | 17 |
| Octal | 23 | 114 | 144 | 121 | 30 | 0 | 75 | 306 | 104 | 27 |
| Binary | 10011 | 1001100 | 1100100 | 1010001 | 11000 | 0 | 111101 | 11000110 | 1000100 | 10111 |
Color Harmonies of #134C64
Complementary color
Monochromatic Colors of #134C64
Black with #134C64
Text Example
Text Example
White with #134C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C64; }
p { color: rgb(19,76,100); }
H1.HeaderClassName
{
color: #134C64;
}
.AnyTagClassName
{
color: #134C64;
}
</style>
background-color css
<style>
a { background-color: #134C64; }
a { background-color: rgb(19,76,100); }
div.DivClassName
{
background-color: #134C64;
}
.BgClassName
{
background-color: #134C64;
}
</style>
border-color css
<style>
span { border-color: #134C64; }
span { border-color: rgb(19,76,100); }
td.TdClassName
{
border-color: #134C64;
}
.TagClassName
{
border-color: #134C64;
}
</style>