Shades of Astronaut Blue #134F6A
Tints of Astronaut Blue #134F6A
RGB
CMYK
RGB Variations
Color information
#134F6A (or 0x134F6A) is known color: Astronaut Blue. HEX triplet: 13, 4F and 6A. RGB value is (19,79,106). Sum of RGB (Red+Green+Blue) = 19+79+106=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 106 (41.80% from 255 or 51.96% from 204); Max value from RGB is 106 - color contains mainly: blue. Hex color #134F6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F6A is #ECB095. Grayscale: #3F3F3F. Windows color (decimal): -15511702 or 6967059. OLE color: 6967059.
HSL color Cylindrical-coordinate representation of color #134F6A: hue angle of 198.62º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #134F6A is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 79 | 106 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.58 |
| HSL | 198.62º | 0.7% | 0.25% | - |
| HSV(B) | 198.62º | 0.82% | 0.42% | - |
| XYZ | 5.67 | 6.77 | 14.64 | - |
| YUV | 64.14 | 151.62 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 106 | 0.82 | 0.25 | 0 | 0.58 | 198.62 | 0.7 | 0.25 |
| Hex | 13 | 4F | 6A | 52 | 19 | 0 | 3A | C7 | 46 | 19 |
| Octal | 23 | 117 | 152 | 122 | 31 | 0 | 72 | 307 | 106 | 31 |
| Binary | 10011 | 1001111 | 1101010 | 1010010 | 11001 | 0 | 111010 | 11000111 | 1000110 | 11001 |
Color Harmonies of #134F6A
Complementary color
Monochromatic Colors of #134F6A
Black with #134F6A
Text Example
Text Example
White with #134F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F6A; }
p { color: rgb(19,79,106); }
H1.HeaderClassName
{
color: #134F6A;
}
.AnyTagClassName
{
color: #134F6A;
}
</style>
background-color css
<style>
a { background-color: #134F6A; }
a { background-color: rgb(19,79,106); }
div.DivClassName
{
background-color: #134F6A;
}
.BgClassName
{
background-color: #134F6A;
}
</style>
border-color css
<style>
span { border-color: #134F6A; }
span { border-color: rgb(19,79,106); }
td.TdClassName
{
border-color: #134F6A;
}
.TagClassName
{
border-color: #134F6A;
}
</style>