Shades of Astronaut Blue #104B5C
Tints of Astronaut Blue #104B5C
RGB
CMYK
RGB Variations
Color information
#104B5C (or 0x104B5C) is known color: Astronaut Blue. HEX triplet: 10, 4B and 5C. RGB value is (16,75,92). Sum of RGB (Red+Green+Blue) = 16+75+92=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #104B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104B5C is #EFB4A3. Grayscale: #3B3B3B. Windows color (decimal): -15709348 or 6048528. OLE color: 6048528.
HSL color Cylindrical-coordinate representation of color #104B5C: hue angle of 193.42º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #104B5C is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 75 | 92 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.64 |
| HSL | 193.42º | 0.7% | 0.21% | - |
| HSV(B) | 193.42º | 0.83% | 0.36% | - |
| XYZ | 4.66 | 5.92 | 11.02 | - |
| YUV | 59.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 92 | 0.83 | 0.18 | 0 | 0.64 | 193.42 | 0.7 | 0.21 |
| Hex | 10 | 4B | 5C | 53 | 12 | 0 | 40 | C1 | 46 | 15 |
| Octal | 20 | 113 | 134 | 123 | 22 | 0 | 100 | 301 | 106 | 25 |
| Binary | 10000 | 1001011 | 1011100 | 1010011 | 10010 | 0 | 1000000 | 11000001 | 1000110 | 10101 |
Color Harmonies of #104B5C
Complementary color
Monochromatic Colors of #104B5C
Black with #104B5C
Text Example
Text Example
White with #104B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104B5C; }
p { color: rgb(16,75,92); }
H1.HeaderClassName
{
color: #104B5C;
}
.AnyTagClassName
{
color: #104B5C;
}
</style>
background-color css
<style>
a { background-color: #104B5C; }
a { background-color: rgb(16,75,92); }
div.DivClassName
{
background-color: #104B5C;
}
.BgClassName
{
background-color: #104B5C;
}
</style>
border-color css
<style>
span { border-color: #104B5C; }
span { border-color: rgb(16,75,92); }
td.TdClassName
{
border-color: #104B5C;
}
.TagClassName
{
border-color: #104B5C;
}
</style>