Shades of Astronaut Blue #1C495B
Tints of Astronaut Blue #1C495B
RGB
CMYK
RGB Variations
Color information
#1C495B (or 0x1C495B) is known color: Astronaut Blue. HEX triplet: 1C, 49 and 5B. RGB value is (28,73,91). Sum of RGB (Red+Green+Blue) = 28+73+91=192 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.58% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C495B is #E3B6A4. Grayscale: #3D3D3D. Windows color (decimal): -14923429 or 5982492. OLE color: 5982492.
HSL color Cylindrical-coordinate representation of color #1C495B: hue angle of 197.14º 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 #1C495B is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 73 | 91 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.64 |
| HSL | 197.14º | 0.53% | 0.23% | - |
| HSV(B) | 197.14º | 0.69% | 0.36% | - |
| XYZ | 4.75 | 5.77 | 10.76 | - |
| YUV | 61.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 91 | 0.69 | 0.20 | 0 | 0.64 | 197.14 | 0.53 | 0.23 |
| Hex | 1C | 49 | 5B | 45 | 14 | 0 | 40 | C5 | 35 | 17 |
| Octal | 34 | 111 | 133 | 105 | 24 | 0 | 100 | 305 | 65 | 27 |
| Binary | 11100 | 1001001 | 1011011 | 1000101 | 10100 | 0 | 1000000 | 11000101 | 110101 | 10111 |
Color Harmonies of #1C495B
Complementary color
Monochromatic Colors of #1C495B
Black with #1C495B
Text Example
Text Example
White with #1C495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C495B; }
p { color: rgb(28,73,91); }
H1.HeaderClassName
{
color: #1C495B;
}
.AnyTagClassName
{
color: #1C495B;
}
</style>
background-color css
<style>
a { background-color: #1C495B; }
a { background-color: rgb(28,73,91); }
div.DivClassName
{
background-color: #1C495B;
}
.BgClassName
{
background-color: #1C495B;
}
</style>
border-color css
<style>
span { border-color: #1C495B; }
span { border-color: rgb(28,73,91); }
td.TdClassName
{
border-color: #1C495B;
}
.TagClassName
{
border-color: #1C495B;
}
</style>