Shades of Astronaut Blue #134E64
Tints of Astronaut Blue #134E64
RGB
CMYK
RGB Variations
Color information
#134E64 (or 0x134E64) is known color: Astronaut Blue. HEX triplet: 13, 4E and 64. RGB value is (19,78,100). Sum of RGB (Red+Green+Blue) = 19+78+100=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 100 (39.45% from 255 or 50.76% from 197); Max value from RGB is 100 - color contains mainly: blue. Hex color #134E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E64 is #ECB19B. Grayscale: #3E3E3E. Windows color (decimal): -15511964 or 6573587. OLE color: 6573587.
HSL color Cylindrical-coordinate representation of color #134E64: hue angle of 196.3º 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 #134E64 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 78 | 100 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.61 |
| HSL | 196.3º | 0.68% | 0.23% | - |
| HSV(B) | 196.3º | 0.81% | 0.39% | - |
| XYZ | 5.29 | 6.51 | 13.03 | - |
| YUV | 62.87 | 148.95 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 100 | 0.81 | 0.22 | 0 | 0.61 | 196.3 | 0.68 | 0.23 |
| Hex | 13 | 4E | 64 | 51 | 16 | 0 | 3D | C4 | 44 | 17 |
| Octal | 23 | 116 | 144 | 121 | 26 | 0 | 75 | 304 | 104 | 27 |
| Binary | 10011 | 1001110 | 1100100 | 1010001 | 10110 | 0 | 111101 | 11000100 | 1000100 | 10111 |
Color Harmonies of #134E64
Complementary color
Monochromatic Colors of #134E64
Black with #134E64
Text Example
Text Example
White with #134E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E64; }
p { color: rgb(19,78,100); }
H1.HeaderClassName
{
color: #134E64;
}
.AnyTagClassName
{
color: #134E64;
}
</style>
background-color css
<style>
a { background-color: #134E64; }
a { background-color: rgb(19,78,100); }
div.DivClassName
{
background-color: #134E64;
}
.BgClassName
{
background-color: #134E64;
}
</style>
border-color css
<style>
span { border-color: #134E64; }
span { border-color: rgb(19,78,100); }
td.TdClassName
{
border-color: #134E64;
}
.TagClassName
{
border-color: #134E64;
}
</style>