Shades of Astronaut Blue #134D69
Tints of Astronaut Blue #134D69
RGB
CMYK
RGB Variations
Color information
#134D69 (or 0x134D69) is known color: Astronaut Blue. HEX triplet: 13, 4D and 69. RGB value is (19,77,105). Sum of RGB (Red+Green+Blue) = 19+77+105=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #134D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D69 is #ECB296. Grayscale: #3E3E3E. Windows color (decimal): -15512215 or 6901011. OLE color: 6901011.
HSL color Cylindrical-coordinate representation of color #134D69: hue angle of 199.53º 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 #134D69 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 77 | 105 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.59 |
| HSL | 199.53º | 0.69% | 0.24% | - |
| HSV(B) | 199.53º | 0.82% | 0.41% | - |
| XYZ | 5.47 | 6.47 | 14.32 | - |
| YUV | 62.85 | 151.78 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 105 | 0.82 | 0.27 | 0 | 0.59 | 199.53 | 0.69 | 0.24 |
| Hex | 13 | 4D | 69 | 52 | 1B | 0 | 3B | C8 | 45 | 18 |
| Octal | 23 | 115 | 151 | 122 | 33 | 0 | 73 | 310 | 105 | 30 |
| Binary | 10011 | 1001101 | 1101001 | 1010010 | 11011 | 0 | 111011 | 11001000 | 1000101 | 11000 |
Color Harmonies of #134D69
Complementary color
Monochromatic Colors of #134D69
Black with #134D69
Text Example
Text Example
White with #134D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D69; }
p { color: rgb(19,77,105); }
H1.HeaderClassName
{
color: #134D69;
}
.AnyTagClassName
{
color: #134D69;
}
</style>
background-color css
<style>
a { background-color: #134D69; }
a { background-color: rgb(19,77,105); }
div.DivClassName
{
background-color: #134D69;
}
.BgClassName
{
background-color: #134D69;
}
</style>
border-color css
<style>
span { border-color: #134D69; }
span { border-color: rgb(19,77,105); }
td.TdClassName
{
border-color: #134D69;
}
.TagClassName
{
border-color: #134D69;
}
</style>