Shades of Astronaut Blue #134454
Tints of Astronaut Blue #134454
RGB
CMYK
RGB Variations
Color information
#134454 (or 0x134454) is known color: Astronaut Blue. HEX triplet: 13, 44 and 54. RGB value is (19,68,84). Sum of RGB (Red+Green+Blue) = 19+68+84=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #134454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134454 is #ECBBAB. Grayscale: #373737. Windows color (decimal): -15514540 or 5522451. OLE color: 5522451.
HSL color Cylindrical-coordinate representation of color #134454: hue angle of 194.77º 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 #134454 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 68 | 84 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.67 |
| HSL | 194.77º | 0.63% | 0.2% | - |
| HSV(B) | 194.77º | 0.77% | 0.33% | - |
| XYZ | 3.94 | 4.91 | 9.13 | - |
| YUV | 55.17 | 144.27 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 84 | 0.77 | 0.19 | 0 | 0.67 | 194.77 | 0.63 | 0.2 |
| Hex | 13 | 44 | 54 | 4D | 13 | 0 | 43 | C3 | 3F | 14 |
| Octal | 23 | 104 | 124 | 115 | 23 | 0 | 103 | 303 | 77 | 24 |
| Binary | 10011 | 1000100 | 1010100 | 1001101 | 10011 | 0 | 1000011 | 11000011 | 111111 | 10100 |
Color Harmonies of #134454
Complementary color
Monochromatic Colors of #134454
Black with #134454
Text Example
Text Example
White with #134454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134454; }
p { color: rgb(19,68,84); }
H1.HeaderClassName
{
color: #134454;
}
.AnyTagClassName
{
color: #134454;
}
</style>
background-color css
<style>
a { background-color: #134454; }
a { background-color: rgb(19,68,84); }
div.DivClassName
{
background-color: #134454;
}
.BgClassName
{
background-color: #134454;
}
</style>
border-color css
<style>
span { border-color: #134454; }
span { border-color: rgb(19,68,84); }
td.TdClassName
{
border-color: #134454;
}
.TagClassName
{
border-color: #134454;
}
</style>