Shades of Astronaut Blue #134354
Tints of Astronaut Blue #134354
RGB
CMYK
RGB Variations
Color information
#134354 (or 0x134354) is known color: Astronaut Blue. HEX triplet: 13, 43 and 54. RGB value is (19,67,84). Sum of RGB (Red+Green+Blue) = 19+67+84=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #134354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134354 is #ECBCAB. Grayscale: #363636. Windows color (decimal): -15514796 or 5522195. OLE color: 5522195.
HSL color Cylindrical-coordinate representation of color #134354: hue angle of 195.69º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134354 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 67 | 84 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.67 |
| HSL | 195.69º | 0.63% | 0.2% | - |
| HSV(B) | 195.69º | 0.77% | 0.33% | - |
| XYZ | 3.88 | 4.79 | 9.11 | - |
| YUV | 54.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 84 | 0.77 | 0.20 | 0 | 0.67 | 195.69 | 0.63 | 0.2 |
| Hex | 13 | 43 | 54 | 4D | 14 | 0 | 43 | C4 | 3F | 14 |
| Octal | 23 | 103 | 124 | 115 | 24 | 0 | 103 | 304 | 77 | 24 |
| Binary | 10011 | 1000011 | 1010100 | 1001101 | 10100 | 0 | 1000011 | 11000100 | 111111 | 10100 |
Color Harmonies of #134354
Complementary color
Monochromatic Colors of #134354
Black with #134354
Text Example
Text Example
White with #134354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134354; }
p { color: rgb(19,67,84); }
H1.HeaderClassName
{
color: #134354;
}
.AnyTagClassName
{
color: #134354;
}
</style>
background-color css
<style>
a { background-color: #134354; }
a { background-color: rgb(19,67,84); }
div.DivClassName
{
background-color: #134354;
}
.BgClassName
{
background-color: #134354;
}
</style>
border-color css
<style>
span { border-color: #134354; }
span { border-color: rgb(19,67,84); }
td.TdClassName
{
border-color: #134354;
}
.TagClassName
{
border-color: #134354;
}
</style>