Shades of Astronaut Blue #16445B
Tints of Astronaut Blue #16445B
RGB
CMYK
RGB Variations
Color information
#16445B (or 0x16445B) is known color: Astronaut Blue. HEX triplet: 16, 44 and 5B. RGB value is (22,68,91). Sum of RGB (Red+Green+Blue) = 22+68+91=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #16445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16445B is #E9BBA4. Grayscale: #383838. Windows color (decimal): -15317925 or 5981206. OLE color: 5981206.
HSL color Cylindrical-coordinate representation of color #16445B: hue angle of 200º 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 #16445B is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 68 | 91 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.64 |
| HSL | 200º | 0.61% | 0.22% | - |
| HSV(B) | 200º | 0.76% | 0.36% | - |
| XYZ | 4.29 | 5.06 | 10.65 | - |
| YUV | 56.87 | 147.26 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 91 | 0.76 | 0.25 | 0 | 0.64 | 200 | 0.61 | 0.22 |
| Hex | 16 | 44 | 5B | 4C | 19 | 0 | 40 | C8 | 3D | 16 |
| Octal | 26 | 104 | 133 | 114 | 31 | 0 | 100 | 310 | 75 | 26 |
| Binary | 10110 | 1000100 | 1011011 | 1001100 | 11001 | 0 | 1000000 | 11001000 | 111101 | 10110 |
Color Harmonies of #16445B
Complementary color
Monochromatic Colors of #16445B
Black with #16445B
Text Example
Text Example
White with #16445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16445B; }
p { color: rgb(22,68,91); }
H1.HeaderClassName
{
color: #16445B;
}
.AnyTagClassName
{
color: #16445B;
}
</style>
background-color css
<style>
a { background-color: #16445B; }
a { background-color: rgb(22,68,91); }
div.DivClassName
{
background-color: #16445B;
}
.BgClassName
{
background-color: #16445B;
}
</style>
border-color css
<style>
span { border-color: #16445B; }
span { border-color: rgb(22,68,91); }
td.TdClassName
{
border-color: #16445B;
}
.TagClassName
{
border-color: #16445B;
}
</style>