Shades of Astronaut Blue #1C4666
Tints of Astronaut Blue #1C4666
RGB
CMYK
RGB Variations
Color information
#1C4666 (or 0x1C4666) is known color: Astronaut Blue. HEX triplet: 1C, 46 and 66. RGB value is (28,70,102). Sum of RGB (Red+Green+Blue) = 28+70+102=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #1C4666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4666 is #E3B999. Grayscale: #3C3C3C. Windows color (decimal): -14924186 or 6702620. OLE color: 6702620.
HSL color Cylindrical-coordinate representation of color #1C4666: hue angle of 205.95º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C4666 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 70 | 102 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.6 |
| HSL | 205.95º | 0.57% | 0.25% | - |
| HSV(B) | 205.95º | 0.73% | 0.4% | - |
| XYZ | 5.07 | 5.59 | 13.38 | - |
| YUV | 61.09 | 151.09 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 70 | 102 | 0.73 | 0.31 | 0 | 0.6 | 205.95 | 0.57 | 0.25 |
| Hex | 1C | 46 | 66 | 49 | 1F | 0 | 3C | CE | 39 | 19 |
| Octal | 34 | 106 | 146 | 111 | 37 | 0 | 74 | 316 | 71 | 31 |
| Binary | 11100 | 1000110 | 1100110 | 1001001 | 11111 | 0 | 111100 | 11001110 | 111001 | 11001 |
Color Harmonies of #1C4666
Complementary color
Monochromatic Colors of #1C4666
Black with #1C4666
Text Example
Text Example
White with #1C4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4666; }
p { color: rgb(28,70,102); }
H1.HeaderClassName
{
color: #1C4666;
}
.AnyTagClassName
{
color: #1C4666;
}
</style>
background-color css
<style>
a { background-color: #1C4666; }
a { background-color: rgb(28,70,102); }
div.DivClassName
{
background-color: #1C4666;
}
.BgClassName
{
background-color: #1C4666;
}
</style>
border-color css
<style>
span { border-color: #1C4666; }
span { border-color: rgb(28,70,102); }
td.TdClassName
{
border-color: #1C4666;
}
.TagClassName
{
border-color: #1C4666;
}
</style>