Shades of Astronaut Blue #134457
Tints of Astronaut Blue #134457
RGB
CMYK
RGB Variations
Color information
#134457 (or 0x134457) is known color: Astronaut Blue. HEX triplet: 13, 44 and 57. RGB value is (19,68,87). Sum of RGB (Red+Green+Blue) = 19+68+87=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #134457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134457 is #ECBBA8. Grayscale: #373737. Windows color (decimal): -15514537 or 5719059. OLE color: 5719059.
HSL color Cylindrical-coordinate representation of color #134457: hue angle of 196.76º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134457 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 68 | 87 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.66 |
| HSL | 196.76º | 0.64% | 0.21% | - |
| HSV(B) | 196.76º | 0.78% | 0.34% | - |
| XYZ | 4.06 | 4.96 | 9.76 | - |
| YUV | 55.52 | 145.77 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 87 | 0.78 | 0.22 | 0 | 0.66 | 196.76 | 0.64 | 0.21 |
| Hex | 13 | 44 | 57 | 4E | 16 | 0 | 42 | C5 | 40 | 15 |
| Octal | 23 | 104 | 127 | 116 | 26 | 0 | 102 | 305 | 100 | 25 |
| Binary | 10011 | 1000100 | 1010111 | 1001110 | 10110 | 0 | 1000010 | 11000101 | 1000000 | 10101 |
Color Harmonies of #134457
Complementary color
Monochromatic Colors of #134457
Black with #134457
Text Example
Text Example
White with #134457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134457; }
p { color: rgb(19,68,87); }
H1.HeaderClassName
{
color: #134457;
}
.AnyTagClassName
{
color: #134457;
}
</style>
background-color css
<style>
a { background-color: #134457; }
a { background-color: rgb(19,68,87); }
div.DivClassName
{
background-color: #134457;
}
.BgClassName
{
background-color: #134457;
}
</style>
border-color css
<style>
span { border-color: #134457; }
span { border-color: rgb(19,68,87); }
td.TdClassName
{
border-color: #134457;
}
.TagClassName
{
border-color: #134457;
}
</style>