Shades of Astronaut Blue #134E63
Tints of Astronaut Blue #134E63
RGB
CMYK
RGB Variations
Color information
#134E63 (or 0x134E63) is known color: Astronaut Blue. HEX triplet: 13, 4E and 63. RGB value is (19,78,99). Sum of RGB (Red+Green+Blue) = 19+78+99=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #134E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E63 is #ECB19C. Grayscale: #3E3E3E. Windows color (decimal): -15511965 or 6508051. OLE color: 6508051.
HSL color Cylindrical-coordinate representation of color #134E63: hue angle of 195.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 #134E63 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 78 | 99 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.61 |
| HSL | 195.75º | 0.68% | 0.23% | - |
| HSV(B) | 195.75º | 0.81% | 0.39% | - |
| XYZ | 5.25 | 6.49 | 12.78 | - |
| YUV | 62.75 | 148.45 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 99 | 0.81 | 0.21 | 0 | 0.61 | 195.75 | 0.68 | 0.23 |
| Hex | 13 | 4E | 63 | 51 | 15 | 0 | 3D | C4 | 44 | 17 |
| Octal | 23 | 116 | 143 | 121 | 25 | 0 | 75 | 304 | 104 | 27 |
| Binary | 10011 | 1001110 | 1100011 | 1010001 | 10101 | 0 | 111101 | 11000100 | 1000100 | 10111 |
Color Harmonies of #134E63
Complementary color
Monochromatic Colors of #134E63
Black with #134E63
Text Example
Text Example
White with #134E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E63; }
p { color: rgb(19,78,99); }
H1.HeaderClassName
{
color: #134E63;
}
.AnyTagClassName
{
color: #134E63;
}
</style>
background-color css
<style>
a { background-color: #134E63; }
a { background-color: rgb(19,78,99); }
div.DivClassName
{
background-color: #134E63;
}
.BgClassName
{
background-color: #134E63;
}
</style>
border-color css
<style>
span { border-color: #134E63; }
span { border-color: rgb(19,78,99); }
td.TdClassName
{
border-color: #134E63;
}
.TagClassName
{
border-color: #134E63;
}
</style>