Shades of Astronaut Blue #134564
Tints of Astronaut Blue #134564
RGB
CMYK
RGB Variations
Color information
#134564 (or 0x134564) is known color: Astronaut Blue. HEX triplet: 13, 45 and 64. RGB value is (19,69,100). Sum of RGB (Red+Green+Blue) = 19+69+100=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 100 (39.45% from 255 or 53.19% from 188); Max value from RGB is 100 - color contains mainly: blue. Hex color #134564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134564 is #ECBA9B. Grayscale: #393939. Windows color (decimal): -15514268 or 6571283. OLE color: 6571283.
HSL color Cylindrical-coordinate representation of color #134564: hue angle of 202.96º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134564 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 69 | 100 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.61 |
| HSL | 202.96º | 0.68% | 0.23% | - |
| HSV(B) | 202.96º | 0.81% | 0.39% | - |
| XYZ | 4.7 | 5.31 | 12.83 | - |
| YUV | 57.58 | 151.94 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 100 | 0.81 | 0.31 | 0 | 0.61 | 202.96 | 0.68 | 0.23 |
| Hex | 13 | 45 | 64 | 51 | 1F | 0 | 3D | CB | 44 | 17 |
| Octal | 23 | 105 | 144 | 121 | 37 | 0 | 75 | 313 | 104 | 27 |
| Binary | 10011 | 1000101 | 1100100 | 1010001 | 11111 | 0 | 111101 | 11001011 | 1000100 | 10111 |
Color Harmonies of #134564
Complementary color
Monochromatic Colors of #134564
Black with #134564
Text Example
Text Example
White with #134564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134564; }
p { color: rgb(19,69,100); }
H1.HeaderClassName
{
color: #134564;
}
.AnyTagClassName
{
color: #134564;
}
</style>
background-color css
<style>
a { background-color: #134564; }
a { background-color: rgb(19,69,100); }
div.DivClassName
{
background-color: #134564;
}
.BgClassName
{
background-color: #134564;
}
</style>
border-color css
<style>
span { border-color: #134564; }
span { border-color: rgb(19,69,100); }
td.TdClassName
{
border-color: #134564;
}
.TagClassName
{
border-color: #134564;
}
</style>