Shades of Astronaut Blue #134E68
Tints of Astronaut Blue #134E68
RGB
CMYK
RGB Variations
Color information
#134E68 (or 0x134E68) is known color: Astronaut Blue. HEX triplet: 13, 4E and 68. RGB value is (19,78,104). Sum of RGB (Red+Green+Blue) = 19+78+104=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #134E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E68 is #ECB197. Grayscale: #3F3F3F. Windows color (decimal): -15511960 or 6835731. OLE color: 6835731.
HSL color Cylindrical-coordinate representation of color #134E68: hue angle of 198.35º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #134E68 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 78 | 104 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.59 |
| HSL | 198.35º | 0.69% | 0.24% | - |
| HSV(B) | 198.35º | 0.82% | 0.41% | - |
| XYZ | 5.49 | 6.59 | 14.08 | - |
| YUV | 63.32 | 150.95 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 104 | 0.82 | 0.25 | 0 | 0.59 | 198.35 | 0.69 | 0.24 |
| Hex | 13 | 4E | 68 | 52 | 19 | 0 | 3B | C6 | 45 | 18 |
| Octal | 23 | 116 | 150 | 122 | 31 | 0 | 73 | 306 | 105 | 30 |
| Binary | 10011 | 1001110 | 1101000 | 1010010 | 11001 | 0 | 111011 | 11000110 | 1000101 | 11000 |
Color Harmonies of #134E68
Complementary color
Monochromatic Colors of #134E68
Black with #134E68
Text Example
Text Example
White with #134E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E68; }
p { color: rgb(19,78,104); }
H1.HeaderClassName
{
color: #134E68;
}
.AnyTagClassName
{
color: #134E68;
}
</style>
background-color css
<style>
a { background-color: #134E68; }
a { background-color: rgb(19,78,104); }
div.DivClassName
{
background-color: #134E68;
}
.BgClassName
{
background-color: #134E68;
}
</style>
border-color css
<style>
span { border-color: #134E68; }
span { border-color: rgb(19,78,104); }
td.TdClassName
{
border-color: #134E68;
}
.TagClassName
{
border-color: #134E68;
}
</style>