Shades of Astronaut Blue #16435B
Tints of Astronaut Blue #16435B
RGB
CMYK
RGB Variations
Color information
#16435B (or 0x16435B) is known color: Astronaut Blue. HEX triplet: 16, 43 and 5B. RGB value is (22,67,91). Sum of RGB (Red+Green+Blue) = 22+67+91=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #16435B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16435B is #E9BCA4. Grayscale: #383838. Windows color (decimal): -15318181 or 5980950. OLE color: 5980950.
HSL color Cylindrical-coordinate representation of color #16435B: hue angle of 200.87º 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 #16435B is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 67 | 91 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.64 |
| HSL | 200.87º | 0.61% | 0.22% | - |
| HSV(B) | 200.87º | 0.76% | 0.36% | - |
| XYZ | 4.23 | 4.94 | 10.63 | - |
| YUV | 56.28 | 147.59 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 91 | 0.76 | 0.26 | 0 | 0.64 | 200.87 | 0.61 | 0.22 |
| Hex | 16 | 43 | 5B | 4C | 1A | 0 | 40 | C9 | 3D | 16 |
| Octal | 26 | 103 | 133 | 114 | 32 | 0 | 100 | 311 | 75 | 26 |
| Binary | 10110 | 1000011 | 1011011 | 1001100 | 11010 | 0 | 1000000 | 11001001 | 111101 | 10110 |
Color Harmonies of #16435B
Complementary color
Monochromatic Colors of #16435B
Black with #16435B
Text Example
Text Example
White with #16435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16435B; }
p { color: rgb(22,67,91); }
H1.HeaderClassName
{
color: #16435B;
}
.AnyTagClassName
{
color: #16435B;
}
</style>
background-color css
<style>
a { background-color: #16435B; }
a { background-color: rgb(22,67,91); }
div.DivClassName
{
background-color: #16435B;
}
.BgClassName
{
background-color: #16435B;
}
</style>
border-color css
<style>
span { border-color: #16435B; }
span { border-color: rgb(22,67,91); }
td.TdClassName
{
border-color: #16435B;
}
.TagClassName
{
border-color: #16435B;
}
</style>