Shades of Astronaut Blue #134655
Tints of Astronaut Blue #134655
RGB
CMYK
RGB Variations
Color information
#134655 (or 0x134655) is known color: Astronaut Blue. HEX triplet: 13, 46 and 55. RGB value is (19,70,85). Sum of RGB (Red+Green+Blue) = 19+70+85=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #134655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134655 is #ECB9AA. Grayscale: #383838. Windows color (decimal): -15514027 or 5588499. OLE color: 5588499.
HSL color Cylindrical-coordinate representation of color #134655: hue angle of 193.64º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134655 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 70 | 85 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.67 |
| HSL | 193.64º | 0.63% | 0.2% | - |
| HSV(B) | 193.64º | 0.78% | 0.33% | - |
| XYZ | 4.1 | 5.17 | 9.38 | - |
| YUV | 56.46 | 144.1 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 85 | 0.78 | 0.18 | 0 | 0.67 | 193.64 | 0.63 | 0.2 |
| Hex | 13 | 46 | 55 | 4E | 12 | 0 | 43 | C2 | 3F | 14 |
| Octal | 23 | 106 | 125 | 116 | 22 | 0 | 103 | 302 | 77 | 24 |
| Binary | 10011 | 1000110 | 1010101 | 1001110 | 10010 | 0 | 1000011 | 11000010 | 111111 | 10100 |
Color Harmonies of #134655
Complementary color
Monochromatic Colors of #134655
Black with #134655
Text Example
Text Example
White with #134655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134655; }
p { color: rgb(19,70,85); }
H1.HeaderClassName
{
color: #134655;
}
.AnyTagClassName
{
color: #134655;
}
</style>
background-color css
<style>
a { background-color: #134655; }
a { background-color: rgb(19,70,85); }
div.DivClassName
{
background-color: #134655;
}
.BgClassName
{
background-color: #134655;
}
</style>
border-color css
<style>
span { border-color: #134655; }
span { border-color: rgb(19,70,85); }
td.TdClassName
{
border-color: #134655;
}
.TagClassName
{
border-color: #134655;
}
</style>