Shades of Astronaut Blue #134C66
Tints of Astronaut Blue #134C66
RGB
CMYK
RGB Variations
Color information
#134C66 (or 0x134C66) is known color: Astronaut Blue. HEX triplet: 13, 4C and 66. RGB value is (19,76,102). Sum of RGB (Red+Green+Blue) = 19+76+102=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #134C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C66 is #ECB399. Grayscale: #3D3D3D. Windows color (decimal): -15512474 or 6704147. OLE color: 6704147.
HSL color Cylindrical-coordinate representation of color #134C66: hue angle of 198.8º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134C66 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 76 | 102 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.6 |
| HSL | 198.8º | 0.69% | 0.24% | - |
| HSV(B) | 198.8º | 0.81% | 0.4% | - |
| XYZ | 5.25 | 6.27 | 13.5 | - |
| YUV | 61.92 | 150.62 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 102 | 0.81 | 0.25 | 0 | 0.6 | 198.8 | 0.69 | 0.24 |
| Hex | 13 | 4C | 66 | 51 | 19 | 0 | 3C | C7 | 45 | 18 |
| Octal | 23 | 114 | 146 | 121 | 31 | 0 | 74 | 307 | 105 | 30 |
| Binary | 10011 | 1001100 | 1100110 | 1010001 | 11001 | 0 | 111100 | 11000111 | 1000101 | 11000 |
Color Harmonies of #134C66
Complementary color
Monochromatic Colors of #134C66
Black with #134C66
Text Example
Text Example
White with #134C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C66; }
p { color: rgb(19,76,102); }
H1.HeaderClassName
{
color: #134C66;
}
.AnyTagClassName
{
color: #134C66;
}
</style>
background-color css
<style>
a { background-color: #134C66; }
a { background-color: rgb(19,76,102); }
div.DivClassName
{
background-color: #134C66;
}
.BgClassName
{
background-color: #134C66;
}
</style>
border-color css
<style>
span { border-color: #134C66; }
span { border-color: rgb(19,76,102); }
td.TdClassName
{
border-color: #134C66;
}
.TagClassName
{
border-color: #134C66;
}
</style>