Shades of Astronaut Blue #134558
Tints of Astronaut Blue #134558
RGB
CMYK
RGB Variations
Color information
#134558 (or 0x134558) is known color: Astronaut Blue. HEX triplet: 13, 45 and 58. RGB value is (19,69,88). Sum of RGB (Red+Green+Blue) = 19+69+88=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #134558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134558 is #ECBAA7. Grayscale: #383838. Windows color (decimal): -15514280 or 5784851. OLE color: 5784851.
HSL color Cylindrical-coordinate representation of color #134558: hue angle of 196.52º 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 #134558 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 69 | 88 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.65 |
| HSL | 196.52º | 0.64% | 0.21% | - |
| HSV(B) | 196.52º | 0.78% | 0.35% | - |
| XYZ | 4.16 | 5.1 | 10 | - |
| YUV | 56.22 | 145.94 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 88 | 0.78 | 0.22 | 0 | 0.65 | 196.52 | 0.64 | 0.21 |
| Hex | 13 | 45 | 58 | 4E | 16 | 0 | 41 | C5 | 40 | 15 |
| Octal | 23 | 105 | 130 | 116 | 26 | 0 | 101 | 305 | 100 | 25 |
| Binary | 10011 | 1000101 | 1011000 | 1001110 | 10110 | 0 | 1000001 | 11000101 | 1000000 | 10101 |
Color Harmonies of #134558
Complementary color
Monochromatic Colors of #134558
Black with #134558
Text Example
Text Example
White with #134558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134558; }
p { color: rgb(19,69,88); }
H1.HeaderClassName
{
color: #134558;
}
.AnyTagClassName
{
color: #134558;
}
</style>
background-color css
<style>
a { background-color: #134558; }
a { background-color: rgb(19,69,88); }
div.DivClassName
{
background-color: #134558;
}
.BgClassName
{
background-color: #134558;
}
</style>
border-color css
<style>
span { border-color: #134558; }
span { border-color: rgb(19,69,88); }
td.TdClassName
{
border-color: #134558;
}
.TagClassName
{
border-color: #134558;
}
</style>