Shades of Astronaut Blue #134C5C
Tints of Astronaut Blue #134C5C
RGB
CMYK
RGB Variations
Color information
#134C5C (or 0x134C5C) is known color: Astronaut Blue. HEX triplet: 13, 4C and 5C. RGB value is (19,76,92). Sum of RGB (Red+Green+Blue) = 19+76+92=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #134C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C5C is #ECB3A3. Grayscale: #3C3C3C. Windows color (decimal): -15512484 or 6048787. OLE color: 6048787.
HSL color Cylindrical-coordinate representation of color #134C5C: hue angle of 193.15º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #134C5C is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 76 | 92 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.64 |
| HSL | 193.15º | 0.66% | 0.22% | - |
| HSV(B) | 193.15º | 0.79% | 0.36% | - |
| XYZ | 4.78 | 6.08 | 11.05 | - |
| YUV | 60.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 92 | 0.79 | 0.17 | 0 | 0.64 | 193.15 | 0.66 | 0.22 |
| Hex | 13 | 4C | 5C | 4F | 11 | 0 | 40 | C1 | 42 | 16 |
| Octal | 23 | 114 | 134 | 117 | 21 | 0 | 100 | 301 | 102 | 26 |
| Binary | 10011 | 1001100 | 1011100 | 1001111 | 10001 | 0 | 1000000 | 11000001 | 1000010 | 10110 |
Color Harmonies of #134C5C
Complementary color
Monochromatic Colors of #134C5C
Black with #134C5C
Text Example
Text Example
White with #134C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C5C; }
p { color: rgb(19,76,92); }
H1.HeaderClassName
{
color: #134C5C;
}
.AnyTagClassName
{
color: #134C5C;
}
</style>
background-color css
<style>
a { background-color: #134C5C; }
a { background-color: rgb(19,76,92); }
div.DivClassName
{
background-color: #134C5C;
}
.BgClassName
{
background-color: #134C5C;
}
</style>
border-color css
<style>
span { border-color: #134C5C; }
span { border-color: rgb(19,76,92); }
td.TdClassName
{
border-color: #134C5C;
}
.TagClassName
{
border-color: #134C5C;
}
</style>