Shades of Astronaut Blue #134158
Tints of Astronaut Blue #134158
RGB
CMYK
RGB Variations
Color information
#134158 (or 0x134158) is known color: Astronaut Blue. HEX triplet: 13, 41 and 58. RGB value is (19,65,88). Sum of RGB (Red+Green+Blue) = 19+65+88=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #134158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134158 is #ECBEA7. Grayscale: #353535. Windows color (decimal): -15515304 or 5783827. OLE color: 5783827.
HSL color Cylindrical-coordinate representation of color #134158: hue angle of 200º 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 #134158 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 65 | 88 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.65 |
| HSL | 200º | 0.64% | 0.21% | - |
| HSV(B) | 200º | 0.78% | 0.35% | - |
| XYZ | 3.92 | 4.62 | 9.92 | - |
| YUV | 53.87 | 147.26 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 88 | 0.78 | 0.26 | 0 | 0.65 | 200 | 0.64 | 0.21 |
| Hex | 13 | 41 | 58 | 4E | 1A | 0 | 41 | C8 | 40 | 15 |
| Octal | 23 | 101 | 130 | 116 | 32 | 0 | 101 | 310 | 100 | 25 |
| Binary | 10011 | 1000001 | 1011000 | 1001110 | 11010 | 0 | 1000001 | 11001000 | 1000000 | 10101 |
Color Harmonies of #134158
Complementary color
Monochromatic Colors of #134158
Black with #134158
Text Example
Text Example
White with #134158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134158; }
p { color: rgb(19,65,88); }
H1.HeaderClassName
{
color: #134158;
}
.AnyTagClassName
{
color: #134158;
}
</style>
background-color css
<style>
a { background-color: #134158; }
a { background-color: rgb(19,65,88); }
div.DivClassName
{
background-color: #134158;
}
.BgClassName
{
background-color: #134158;
}
</style>
border-color css
<style>
span { border-color: #134158; }
span { border-color: rgb(19,65,88); }
td.TdClassName
{
border-color: #134158;
}
.TagClassName
{
border-color: #134158;
}
</style>