Shades of Astronaut Blue #134254
Tints of Astronaut Blue #134254
RGB
CMYK
RGB Variations
Color information
#134254 (or 0x134254) is known color: Astronaut Blue. HEX triplet: 13, 42 and 54. RGB value is (19,66,84). Sum of RGB (Red+Green+Blue) = 19+66+84=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #134254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134254 is #ECBDAB. Grayscale: #353535. Windows color (decimal): -15515052 or 5521939. OLE color: 5521939.
HSL color Cylindrical-coordinate representation of color #134254: hue angle of 196.62º 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 #134254 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 66 | 84 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.67 |
| HSL | 196.62º | 0.63% | 0.2% | - |
| HSV(B) | 196.62º | 0.77% | 0.33% | - |
| XYZ | 3.82 | 4.67 | 9.09 | - |
| YUV | 54 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 84 | 0.77 | 0.21 | 0 | 0.67 | 196.62 | 0.63 | 0.2 |
| Hex | 13 | 42 | 54 | 4D | 15 | 0 | 43 | C5 | 3F | 14 |
| Octal | 23 | 102 | 124 | 115 | 25 | 0 | 103 | 305 | 77 | 24 |
| Binary | 10011 | 1000010 | 1010100 | 1001101 | 10101 | 0 | 1000011 | 11000101 | 111111 | 10100 |
Color Harmonies of #134254
Complementary color
Monochromatic Colors of #134254
Black with #134254
Text Example
Text Example
White with #134254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134254; }
p { color: rgb(19,66,84); }
H1.HeaderClassName
{
color: #134254;
}
.AnyTagClassName
{
color: #134254;
}
</style>
background-color css
<style>
a { background-color: #134254; }
a { background-color: rgb(19,66,84); }
div.DivClassName
{
background-color: #134254;
}
.BgClassName
{
background-color: #134254;
}
</style>
border-color css
<style>
span { border-color: #134254; }
span { border-color: rgb(19,66,84); }
td.TdClassName
{
border-color: #134254;
}
.TagClassName
{
border-color: #134254;
}
</style>