Shades of Astronaut Blue #10425D
Tints of Astronaut Blue #10425D
RGB
CMYK
RGB Variations
Color information
#10425D (or 0x10425D) is known color: Astronaut Blue. HEX triplet: 10, 42 and 5D. RGB value is (16,66,93). Sum of RGB (Red+Green+Blue) = 16+66+93=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #10425D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10425D is #EFBDA2. Grayscale: #353535. Windows color (decimal): -15711651 or 6111760. OLE color: 6111760.
HSL color Cylindrical-coordinate representation of color #10425D: hue angle of 201.04º degrees, saturation: 0.71, 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 #10425D is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 66 | 93 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.64 |
| HSL | 201.04º | 0.71% | 0.21% | - |
| HSV(B) | 201.04º | 0.83% | 0.36% | - |
| XYZ | 4.14 | 4.8 | 11.06 | - |
| YUV | 54.13 | 149.94 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 93 | 0.83 | 0.29 | 0 | 0.64 | 201.04 | 0.71 | 0.21 |
| Hex | 10 | 42 | 5D | 53 | 1D | 0 | 40 | C9 | 47 | 15 |
| Octal | 20 | 102 | 135 | 123 | 35 | 0 | 100 | 311 | 107 | 25 |
| Binary | 10000 | 1000010 | 1011101 | 1010011 | 11101 | 0 | 1000000 | 11001001 | 1000111 | 10101 |
Color Harmonies of #10425D
Complementary color
Monochromatic Colors of #10425D
Black with #10425D
Text Example
Text Example
White with #10425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10425D; }
p { color: rgb(16,66,93); }
H1.HeaderClassName
{
color: #10425D;
}
.AnyTagClassName
{
color: #10425D;
}
</style>
background-color css
<style>
a { background-color: #10425D; }
a { background-color: rgb(16,66,93); }
div.DivClassName
{
background-color: #10425D;
}
.BgClassName
{
background-color: #10425D;
}
</style>
border-color css
<style>
span { border-color: #10425D; }
span { border-color: rgb(16,66,93); }
td.TdClassName
{
border-color: #10425D;
}
.TagClassName
{
border-color: #10425D;
}
</style>