Shades of Astronaut Blue #10425C
Tints of Astronaut Blue #10425C
RGB
CMYK
RGB Variations
Color information
#10425C (or 0x10425C) is known color: Astronaut Blue. HEX triplet: 10, 42 and 5C. RGB value is (16,66,92). Sum of RGB (Red+Green+Blue) = 16+66+92=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #10425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10425C is #EFBDA3. Grayscale: #353535. Windows color (decimal): -15711652 or 6046224. OLE color: 6046224.
HSL color Cylindrical-coordinate representation of color #10425C: hue angle of 200.53º 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 #10425C is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 66 | 92 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.64 |
| HSL | 200.53º | 0.7% | 0.21% | - |
| HSV(B) | 200.53º | 0.83% | 0.36% | - |
| XYZ | 4.09 | 4.78 | 10.83 | - |
| YUV | 54.01 | 149.44 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 92 | 0.83 | 0.28 | 0 | 0.64 | 200.53 | 0.7 | 0.21 |
| Hex | 10 | 42 | 5C | 53 | 1C | 0 | 40 | C9 | 46 | 15 |
| Octal | 20 | 102 | 134 | 123 | 34 | 0 | 100 | 311 | 106 | 25 |
| Binary | 10000 | 1000010 | 1011100 | 1010011 | 11100 | 0 | 1000000 | 11001001 | 1000110 | 10101 |
Color Harmonies of #10425C
Complementary color
Monochromatic Colors of #10425C
Black with #10425C
Text Example
Text Example
White with #10425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10425C; }
p { color: rgb(16,66,92); }
H1.HeaderClassName
{
color: #10425C;
}
.AnyTagClassName
{
color: #10425C;
}
</style>
background-color css
<style>
a { background-color: #10425C; }
a { background-color: rgb(16,66,92); }
div.DivClassName
{
background-color: #10425C;
}
.BgClassName
{
background-color: #10425C;
}
</style>
border-color css
<style>
span { border-color: #10425C; }
span { border-color: rgb(16,66,92); }
td.TdClassName
{
border-color: #10425C;
}
.TagClassName
{
border-color: #10425C;
}
</style>