Shades of Astronaut Blue #134B5D
Tints of Astronaut Blue #134B5D
RGB
CMYK
RGB Variations
Color information
#134B5D (or 0x134B5D) is known color: Astronaut Blue. HEX triplet: 13, 4B and 5D. RGB value is (19,75,93). Sum of RGB (Red+Green+Blue) = 19+75+93=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #134B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B5D is #ECB4A2. Grayscale: #3C3C3C. Windows color (decimal): -15512739 or 6114067. OLE color: 6114067.
HSL color Cylindrical-coordinate representation of color #134B5D: hue angle of 194.59º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134B5D is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 75 | 93 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.64 |
| HSL | 194.59º | 0.66% | 0.22% | - |
| HSV(B) | 194.59º | 0.8% | 0.36% | - |
| XYZ | 4.76 | 5.96 | 11.26 | - |
| YUV | 60.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 93 | 0.80 | 0.19 | 0 | 0.64 | 194.59 | 0.66 | 0.22 |
| Hex | 13 | 4B | 5D | 50 | 13 | 0 | 40 | C3 | 42 | 16 |
| Octal | 23 | 113 | 135 | 120 | 23 | 0 | 100 | 303 | 102 | 26 |
| Binary | 10011 | 1001011 | 1011101 | 1010000 | 10011 | 0 | 1000000 | 11000011 | 1000010 | 10110 |
Color Harmonies of #134B5D
Complementary color
Monochromatic Colors of #134B5D
Black with #134B5D
Text Example
Text Example
White with #134B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B5D; }
p { color: rgb(19,75,93); }
H1.HeaderClassName
{
color: #134B5D;
}
.AnyTagClassName
{
color: #134B5D;
}
</style>
background-color css
<style>
a { background-color: #134B5D; }
a { background-color: rgb(19,75,93); }
div.DivClassName
{
background-color: #134B5D;
}
.BgClassName
{
background-color: #134B5D;
}
</style>
border-color css
<style>
span { border-color: #134B5D; }
span { border-color: rgb(19,75,93); }
td.TdClassName
{
border-color: #134B5D;
}
.TagClassName
{
border-color: #134B5D;
}
</style>