Shades of Astronaut Blue #16425E
Tints of Astronaut Blue #16425E
RGB
CMYK
RGB Variations
Color information
#16425E (or 0x16425E) is known color: Astronaut Blue. HEX triplet: 16, 42 and 5E. RGB value is (22,66,94). Sum of RGB (Red+Green+Blue) = 22+66+94=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #16425E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16425E is #E9BDA1. Grayscale: #373737. Windows color (decimal): -15318434 or 6177302. OLE color: 6177302.
HSL color Cylindrical-coordinate representation of color #16425E: hue angle of 203.33º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16425E is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 66 | 94 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.63 |
| HSL | 203.33º | 0.62% | 0.23% | - |
| HSV(B) | 203.33º | 0.77% | 0.37% | - |
| XYZ | 4.3 | 4.88 | 11.3 | - |
| YUV | 56.04 | 149.42 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 94 | 0.77 | 0.30 | 0 | 0.63 | 203.33 | 0.62 | 0.23 |
| Hex | 16 | 42 | 5E | 4D | 1E | 0 | 3F | CB | 3E | 17 |
| Octal | 26 | 102 | 136 | 115 | 36 | 0 | 77 | 313 | 76 | 27 |
| Binary | 10110 | 1000010 | 1011110 | 1001101 | 11110 | 0 | 111111 | 11001011 | 111110 | 10111 |
Color Harmonies of #16425E
Complementary color
Monochromatic Colors of #16425E
Black with #16425E
Text Example
Text Example
White with #16425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16425E; }
p { color: rgb(22,66,94); }
H1.HeaderClassName
{
color: #16425E;
}
.AnyTagClassName
{
color: #16425E;
}
</style>
background-color css
<style>
a { background-color: #16425E; }
a { background-color: rgb(22,66,94); }
div.DivClassName
{
background-color: #16425E;
}
.BgClassName
{
background-color: #16425E;
}
</style>
border-color css
<style>
span { border-color: #16425E; }
span { border-color: rgb(22,66,94); }
td.TdClassName
{
border-color: #16425E;
}
.TagClassName
{
border-color: #16425E;
}
</style>