Shades of Astronaut Blue #104B5A
Tints of Astronaut Blue #104B5A
RGB
CMYK
RGB Variations
Color information
#104B5A (or 0x104B5A) is known color: Astronaut Blue. HEX triplet: 10, 4B and 5A. RGB value is (16,75,90). Sum of RGB (Red+Green+Blue) = 16+75+90=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #104B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104B5A is #EFB4A5. Grayscale: #3A3A3A. Windows color (decimal): -15709350 or 5917456. OLE color: 5917456.
HSL color Cylindrical-coordinate representation of color #104B5A: hue angle of 192.16º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #104B5A is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 75 | 90 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.65 |
| HSL | 192.16º | 0.7% | 0.21% | - |
| HSV(B) | 192.16º | 0.82% | 0.35% | - |
| XYZ | 4.58 | 5.88 | 10.57 | - |
| YUV | 59.07 | 145.45 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 90 | 0.82 | 0.17 | 0 | 0.65 | 192.16 | 0.7 | 0.21 |
| Hex | 10 | 4B | 5A | 52 | 11 | 0 | 41 | C0 | 46 | 15 |
| Octal | 20 | 113 | 132 | 122 | 21 | 0 | 101 | 300 | 106 | 25 |
| Binary | 10000 | 1001011 | 1011010 | 1010010 | 10001 | 0 | 1000001 | 11000000 | 1000110 | 10101 |
Color Harmonies of #104B5A
Complementary color
Monochromatic Colors of #104B5A
Black with #104B5A
Text Example
Text Example
White with #104B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104B5A; }
p { color: rgb(16,75,90); }
H1.HeaderClassName
{
color: #104B5A;
}
.AnyTagClassName
{
color: #104B5A;
}
</style>
background-color css
<style>
a { background-color: #104B5A; }
a { background-color: rgb(16,75,90); }
div.DivClassName
{
background-color: #104B5A;
}
.BgClassName
{
background-color: #104B5A;
}
</style>
border-color css
<style>
span { border-color: #104B5A; }
span { border-color: rgb(16,75,90); }
td.TdClassName
{
border-color: #104B5A;
}
.TagClassName
{
border-color: #104B5A;
}
</style>