Shades of Astronaut Blue #1C475B
Tints of Astronaut Blue #1C475B
RGB
CMYK
RGB Variations
Color information
#1C475B (or 0x1C475B) is known color: Astronaut Blue. HEX triplet: 1C, 47 and 5B. RGB value is (28,71,91). Sum of RGB (Red+Green+Blue) = 28+71+91=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C475B is #E3B8A4. Grayscale: #3C3C3C. Windows color (decimal): -14923941 or 5981980. OLE color: 5981980.
HSL color Cylindrical-coordinate representation of color #1C475B: hue angle of 199.05º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C475B is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 71 | 91 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.64 |
| HSL | 199.05º | 0.53% | 0.23% | - |
| HSV(B) | 199.05º | 0.69% | 0.36% | - |
| XYZ | 4.62 | 5.51 | 10.72 | - |
| YUV | 60.42 | 145.25 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 71 | 91 | 0.69 | 0.22 | 0 | 0.64 | 199.05 | 0.53 | 0.23 |
| Hex | 1C | 47 | 5B | 45 | 16 | 0 | 40 | C7 | 35 | 17 |
| Octal | 34 | 107 | 133 | 105 | 26 | 0 | 100 | 307 | 65 | 27 |
| Binary | 11100 | 1000111 | 1011011 | 1000101 | 10110 | 0 | 1000000 | 11000111 | 110101 | 10111 |
Color Harmonies of #1C475B
Complementary color
Monochromatic Colors of #1C475B
Black with #1C475B
Text Example
Text Example
White with #1C475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C475B; }
p { color: rgb(28,71,91); }
H1.HeaderClassName
{
color: #1C475B;
}
.AnyTagClassName
{
color: #1C475B;
}
</style>
background-color css
<style>
a { background-color: #1C475B; }
a { background-color: rgb(28,71,91); }
div.DivClassName
{
background-color: #1C475B;
}
.BgClassName
{
background-color: #1C475B;
}
</style>
border-color css
<style>
span { border-color: #1C475B; }
span { border-color: rgb(28,71,91); }
td.TdClassName
{
border-color: #1C475B;
}
.TagClassName
{
border-color: #1C475B;
}
</style>