Shades of Astronaut Blue #134B61
Tints of Astronaut Blue #134B61
RGB
CMYK
RGB Variations
Color information
#134B61 (or 0x134B61) is known color: Astronaut Blue. HEX triplet: 13, 4B and 61. RGB value is (19,75,97). Sum of RGB (Red+Green+Blue) = 19+75+97=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #134B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B61 is #ECB49E. Grayscale: #3C3C3C. Windows color (decimal): -15512735 or 6376211. OLE color: 6376211.
HSL color Cylindrical-coordinate representation of color #134B61: hue angle of 196.92º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134B61 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 75 | 97 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.62 |
| HSL | 196.92º | 0.67% | 0.23% | - |
| HSV(B) | 196.92º | 0.8% | 0.38% | - |
| XYZ | 4.94 | 6.03 | 12.21 | - |
| YUV | 60.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 97 | 0.80 | 0.23 | 0 | 0.62 | 196.92 | 0.67 | 0.23 |
| Hex | 13 | 4B | 61 | 50 | 17 | 0 | 3E | C5 | 43 | 17 |
| Octal | 23 | 113 | 141 | 120 | 27 | 0 | 76 | 305 | 103 | 27 |
| Binary | 10011 | 1001011 | 1100001 | 1010000 | 10111 | 0 | 111110 | 11000101 | 1000011 | 10111 |
Color Harmonies of #134B61
Complementary color
Monochromatic Colors of #134B61
Black with #134B61
Text Example
Text Example
White with #134B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B61; }
p { color: rgb(19,75,97); }
H1.HeaderClassName
{
color: #134B61;
}
.AnyTagClassName
{
color: #134B61;
}
</style>
background-color css
<style>
a { background-color: #134B61; }
a { background-color: rgb(19,75,97); }
div.DivClassName
{
background-color: #134B61;
}
.BgClassName
{
background-color: #134B61;
}
</style>
border-color css
<style>
span { border-color: #134B61; }
span { border-color: rgb(19,75,97); }
td.TdClassName
{
border-color: #134B61;
}
.TagClassName
{
border-color: #134B61;
}
</style>