Shades of Astronaut Blue #1A4E60
Tints of Astronaut Blue #1A4E60
RGB
CMYK
RGB Variations
Color information
#1A4E60 (or 0x1A4E60) is known color: Astronaut Blue. HEX triplet: 1A, 4E and 60. RGB value is (26,78,96). Sum of RGB (Red+Green+Blue) = 26+78+96=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A4E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4E60 is #E5B19F. Grayscale: #404040. Windows color (decimal): -15053216 or 6311450. OLE color: 6311450.
HSL color Cylindrical-coordinate representation of color #1A4E60: hue angle of 195.43º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A4E60 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 78 | 96 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.62 |
| HSL | 195.43º | 0.57% | 0.24% | - |
| HSV(B) | 195.43º | 0.73% | 0.38% | - |
| XYZ | 5.26 | 6.51 | 12.05 | - |
| YUV | 64.5 | 145.77 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 96 | 0.73 | 0.19 | 0 | 0.62 | 195.43 | 0.57 | 0.24 |
| Hex | 1A | 4E | 60 | 49 | 13 | 0 | 3E | C3 | 39 | 18 |
| Octal | 32 | 116 | 140 | 111 | 23 | 0 | 76 | 303 | 71 | 30 |
| Binary | 11010 | 1001110 | 1100000 | 1001001 | 10011 | 0 | 111110 | 11000011 | 111001 | 11000 |
Color Harmonies of #1A4E60
Complementary color
Monochromatic Colors of #1A4E60
Black with #1A4E60
Text Example
Text Example
White with #1A4E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E60; }
p { color: rgb(26,78,96); }
H1.HeaderClassName
{
color: #1A4E60;
}
.AnyTagClassName
{
color: #1A4E60;
}
</style>
background-color css
<style>
a { background-color: #1A4E60; }
a { background-color: rgb(26,78,96); }
div.DivClassName
{
background-color: #1A4E60;
}
.BgClassName
{
background-color: #1A4E60;
}
</style>
border-color css
<style>
span { border-color: #1A4E60; }
span { border-color: rgb(26,78,96); }
td.TdClassName
{
border-color: #1A4E60;
}
.TagClassName
{
border-color: #1A4E60;
}
</style>