Shades of Astronaut Blue #104358
Tints of Astronaut Blue #104358
RGB
CMYK
RGB Variations
Color information
#104358 (or 0x104358) is known color: Astronaut Blue. HEX triplet: 10, 43 and 58. RGB value is (16,67,88). Sum of RGB (Red+Green+Blue) = 16+67+88=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #104358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104358 is #EFBCA7. Grayscale: #363636. Windows color (decimal): -15711400 or 5784336. OLE color: 5784336.
HSL color Cylindrical-coordinate representation of color #104358: hue angle of 197.5º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #104358 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 67 | 88 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.65 |
| HSL | 197.5º | 0.69% | 0.2% | - |
| HSV(B) | 197.5º | 0.82% | 0.35% | - |
| XYZ | 3.98 | 4.83 | 9.95 | - |
| YUV | 54.15 | 147.1 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 88 | 0.82 | 0.24 | 0 | 0.65 | 197.5 | 0.69 | 0.2 |
| Hex | 10 | 43 | 58 | 52 | 18 | 0 | 41 | C6 | 45 | 14 |
| Octal | 20 | 103 | 130 | 122 | 30 | 0 | 101 | 306 | 105 | 24 |
| Binary | 10000 | 1000011 | 1011000 | 1010010 | 11000 | 0 | 1000001 | 11000110 | 1000101 | 10100 |
Color Harmonies of #104358
Complementary color
Monochromatic Colors of #104358
Black with #104358
Text Example
Text Example
White with #104358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104358; }
p { color: rgb(16,67,88); }
H1.HeaderClassName
{
color: #104358;
}
.AnyTagClassName
{
color: #104358;
}
</style>
background-color css
<style>
a { background-color: #104358; }
a { background-color: rgb(16,67,88); }
div.DivClassName
{
background-color: #104358;
}
.BgClassName
{
background-color: #104358;
}
</style>
border-color css
<style>
span { border-color: #104358; }
span { border-color: rgb(16,67,88); }
td.TdClassName
{
border-color: #104358;
}
.TagClassName
{
border-color: #104358;
}
</style>