Shades of Astronaut Blue #16425B
Tints of Astronaut Blue #16425B
RGB
CMYK
RGB Variations
Color information
#16425B (or 0x16425B) is known color: Astronaut Blue. HEX triplet: 16, 42 and 5B. RGB value is (22,66,91). Sum of RGB (Red+Green+Blue) = 22+66+91=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #16425B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16425B is #E9BDA4. Grayscale: #373737. Windows color (decimal): -15318437 or 5980694. OLE color: 5980694.
HSL color Cylindrical-coordinate representation of color #16425B: hue angle of 201.74º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16425B is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 66 | 91 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.64 |
| HSL | 201.74º | 0.61% | 0.22% | - |
| HSV(B) | 201.74º | 0.76% | 0.36% | - |
| XYZ | 4.17 | 4.82 | 10.61 | - |
| YUV | 55.69 | 147.92 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 91 | 0.76 | 0.27 | 0 | 0.64 | 201.74 | 0.61 | 0.22 |
| Hex | 16 | 42 | 5B | 4C | 1B | 0 | 40 | CA | 3D | 16 |
| Octal | 26 | 102 | 133 | 114 | 33 | 0 | 100 | 312 | 75 | 26 |
| Binary | 10110 | 1000010 | 1011011 | 1001100 | 11011 | 0 | 1000000 | 11001010 | 111101 | 10110 |
Color Harmonies of #16425B
Complementary color
Monochromatic Colors of #16425B
Black with #16425B
Text Example
Text Example
White with #16425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16425B; }
p { color: rgb(22,66,91); }
H1.HeaderClassName
{
color: #16425B;
}
.AnyTagClassName
{
color: #16425B;
}
</style>
background-color css
<style>
a { background-color: #16425B; }
a { background-color: rgb(22,66,91); }
div.DivClassName
{
background-color: #16425B;
}
.BgClassName
{
background-color: #16425B;
}
</style>
border-color css
<style>
span { border-color: #16425B; }
span { border-color: rgb(22,66,91); }
td.TdClassName
{
border-color: #16425B;
}
.TagClassName
{
border-color: #16425B;
}
</style>