Shades of Astronaut Blue #134663
Tints of Astronaut Blue #134663
RGB
CMYK
RGB Variations
Color information
#134663 (or 0x134663) is known color: Astronaut Blue. HEX triplet: 13, 46 and 63. RGB value is (19,70,99). Sum of RGB (Red+Green+Blue) = 19+70+99=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #134663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134663 is #ECB99C. Grayscale: #393939. Windows color (decimal): -15514013 or 6506003. OLE color: 6506003.
HSL color Cylindrical-coordinate representation of color #134663: hue angle of 201.75º 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 #134663 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 70 | 99 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.61 |
| HSL | 201.75º | 0.68% | 0.23% | - |
| HSV(B) | 201.75º | 0.81% | 0.39% | - |
| XYZ | 4.71 | 5.42 | 12.6 | - |
| YUV | 58.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 99 | 0.81 | 0.29 | 0 | 0.61 | 201.75 | 0.68 | 0.23 |
| Hex | 13 | 46 | 63 | 51 | 1D | 0 | 3D | CA | 44 | 17 |
| Octal | 23 | 106 | 143 | 121 | 35 | 0 | 75 | 312 | 104 | 27 |
| Binary | 10011 | 1000110 | 1100011 | 1010001 | 11101 | 0 | 111101 | 11001010 | 1000100 | 10111 |
Color Harmonies of #134663
Complementary color
Monochromatic Colors of #134663
Black with #134663
Text Example
Text Example
White with #134663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134663; }
p { color: rgb(19,70,99); }
H1.HeaderClassName
{
color: #134663;
}
.AnyTagClassName
{
color: #134663;
}
</style>
background-color css
<style>
a { background-color: #134663; }
a { background-color: rgb(19,70,99); }
div.DivClassName
{
background-color: #134663;
}
.BgClassName
{
background-color: #134663;
}
</style>
border-color css
<style>
span { border-color: #134663; }
span { border-color: rgb(19,70,99); }
td.TdClassName
{
border-color: #134663;
}
.TagClassName
{
border-color: #134663;
}
</style>