Shades of Astronaut Blue #134758
Tints of Astronaut Blue #134758
RGB
CMYK
RGB Variations
Color information
#134758 (or 0x134758) is known color: Astronaut Blue. HEX triplet: 13, 47 and 58. RGB value is (19,71,88). Sum of RGB (Red+Green+Blue) = 19+71+88=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #134758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134758 is #ECB8A7. Grayscale: #393939. Windows color (decimal): -15513768 or 5785363. OLE color: 5785363.
HSL color Cylindrical-coordinate representation of color #134758: hue angle of 194.78º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134758 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 71 | 88 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.65 |
| HSL | 194.78º | 0.64% | 0.21% | - |
| HSV(B) | 194.78º | 0.78% | 0.35% | - |
| XYZ | 4.28 | 5.35 | 10.04 | - |
| YUV | 57.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 88 | 0.78 | 0.19 | 0 | 0.65 | 194.78 | 0.64 | 0.21 |
| Hex | 13 | 47 | 58 | 4E | 13 | 0 | 41 | C3 | 40 | 15 |
| Octal | 23 | 107 | 130 | 116 | 23 | 0 | 101 | 303 | 100 | 25 |
| Binary | 10011 | 1000111 | 1011000 | 1001110 | 10011 | 0 | 1000001 | 11000011 | 1000000 | 10101 |
Color Harmonies of #134758
Complementary color
Monochromatic Colors of #134758
Black with #134758
Text Example
Text Example
White with #134758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134758; }
p { color: rgb(19,71,88); }
H1.HeaderClassName
{
color: #134758;
}
.AnyTagClassName
{
color: #134758;
}
</style>
background-color css
<style>
a { background-color: #134758; }
a { background-color: rgb(19,71,88); }
div.DivClassName
{
background-color: #134758;
}
.BgClassName
{
background-color: #134758;
}
</style>
border-color css
<style>
span { border-color: #134758; }
span { border-color: rgb(19,71,88); }
td.TdClassName
{
border-color: #134758;
}
.TagClassName
{
border-color: #134758;
}
</style>