Shades of Astronaut Blue #134359
Tints of Astronaut Blue #134359
RGB
CMYK
RGB Variations
Color information
#134359 (or 0x134359) is known color: Astronaut Blue. HEX triplet: 13, 43 and 59. RGB value is (19,67,89). Sum of RGB (Red+Green+Blue) = 19+67+89=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #134359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134359 is #ECBCA6. Grayscale: #373737. Windows color (decimal): -15514791 or 5849875. OLE color: 5849875.
HSL color Cylindrical-coordinate representation of color #134359: hue angle of 198.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #134359 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 67 | 89 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.65 |
| HSL | 198.86º | 0.65% | 0.21% | - |
| HSV(B) | 198.86º | 0.79% | 0.35% | - |
| XYZ | 4.08 | 4.87 | 10.18 | - |
| YUV | 55.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 89 | 0.79 | 0.25 | 0 | 0.65 | 198.86 | 0.65 | 0.21 |
| Hex | 13 | 43 | 59 | 4F | 19 | 0 | 41 | C7 | 41 | 15 |
| Octal | 23 | 103 | 131 | 117 | 31 | 0 | 101 | 307 | 101 | 25 |
| Binary | 10011 | 1000011 | 1011001 | 1001111 | 11001 | 0 | 1000001 | 11000111 | 1000001 | 10101 |
Color Harmonies of #134359
Complementary color
Monochromatic Colors of #134359
Black with #134359
Text Example
Text Example
White with #134359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134359; }
p { color: rgb(19,67,89); }
H1.HeaderClassName
{
color: #134359;
}
.AnyTagClassName
{
color: #134359;
}
</style>
background-color css
<style>
a { background-color: #134359; }
a { background-color: rgb(19,67,89); }
div.DivClassName
{
background-color: #134359;
}
.BgClassName
{
background-color: #134359;
}
</style>
border-color css
<style>
span { border-color: #134359; }
span { border-color: rgb(19,67,89); }
td.TdClassName
{
border-color: #134359;
}
.TagClassName
{
border-color: #134359;
}
</style>