Shades of Astronaut Blue #134665
Tints of Astronaut Blue #134665
RGB
CMYK
RGB Variations
Color information
#134665 (or 0x134665) is known color: Astronaut Blue. HEX triplet: 13, 46 and 65. RGB value is (19,70,101). Sum of RGB (Red+Green+Blue) = 19+70+101=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #134665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134665 is #ECB99A. Grayscale: #3A3A3A. Windows color (decimal): -15514011 or 6637075. OLE color: 6637075.
HSL color Cylindrical-coordinate representation of color #134665: hue angle of 202.68º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134665 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 70 | 101 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.60 |
| HSL | 202.68º | 0.68% | 0.24% | - |
| HSV(B) | 202.68º | 0.81% | 0.4% | - |
| XYZ | 4.81 | 5.46 | 13.11 | - |
| YUV | 58.29 | 152.1 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 101 | 0.81 | 0.31 | 0 | 0.60 | 202.68 | 0.68 | 0.24 |
| Hex | 13 | 46 | 65 | 51 | 1F | 0 | 3C | CB | 44 | 18 |
| Octal | 23 | 106 | 145 | 121 | 37 | 0 | 74 | 313 | 104 | 30 |
| Binary | 10011 | 1000110 | 1100101 | 1010001 | 11111 | 0 | 111100 | 11001011 | 1000100 | 11000 |
Color Harmonies of #134665
Complementary color
Monochromatic Colors of #134665
Black with #134665
Text Example
Text Example
White with #134665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134665; }
p { color: rgb(19,70,101); }
H1.HeaderClassName
{
color: #134665;
}
.AnyTagClassName
{
color: #134665;
}
</style>
background-color css
<style>
a { background-color: #134665; }
a { background-color: rgb(19,70,101); }
div.DivClassName
{
background-color: #134665;
}
.BgClassName
{
background-color: #134665;
}
</style>
border-color css
<style>
span { border-color: #134665; }
span { border-color: rgb(19,70,101); }
td.TdClassName
{
border-color: #134665;
}
.TagClassName
{
border-color: #134665;
}
</style>