Shades of Astronaut Blue #1C4759
Tints of Astronaut Blue #1C4759
RGB
CMYK
RGB Variations
Color information
#1C4759 (or 0x1C4759) is known color: Astronaut Blue. HEX triplet: 1C, 47 and 59. RGB value is (28,71,89). Sum of RGB (Red+Green+Blue) = 28+71+89=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C4759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4759 is #E3B8A6. Grayscale: #3C3C3C. Windows color (decimal): -14923943 or 5850908. OLE color: 5850908.
HSL color Cylindrical-coordinate representation of color #1C4759: hue angle of 197.7º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C4759 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 71 | 89 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.65 |
| HSL | 197.7º | 0.52% | 0.23% | - |
| HSV(B) | 197.7º | 0.69% | 0.35% | - |
| XYZ | 4.54 | 5.47 | 10.27 | - |
| YUV | 60.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 71 | 89 | 0.69 | 0.20 | 0 | 0.65 | 197.7 | 0.52 | 0.23 |
| Hex | 1C | 47 | 59 | 45 | 14 | 0 | 41 | C6 | 34 | 17 |
| Octal | 34 | 107 | 131 | 105 | 24 | 0 | 101 | 306 | 64 | 27 |
| Binary | 11100 | 1000111 | 1011001 | 1000101 | 10100 | 0 | 1000001 | 11000110 | 110100 | 10111 |
Color Harmonies of #1C4759
Complementary color
Monochromatic Colors of #1C4759
Black with #1C4759
Text Example
Text Example
White with #1C4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4759; }
p { color: rgb(28,71,89); }
H1.HeaderClassName
{
color: #1C4759;
}
.AnyTagClassName
{
color: #1C4759;
}
</style>
background-color css
<style>
a { background-color: #1C4759; }
a { background-color: rgb(28,71,89); }
div.DivClassName
{
background-color: #1C4759;
}
.BgClassName
{
background-color: #1C4759;
}
</style>
border-color css
<style>
span { border-color: #1C4759; }
span { border-color: rgb(28,71,89); }
td.TdClassName
{
border-color: #1C4759;
}
.TagClassName
{
border-color: #1C4759;
}
</style>