Shades of Astronaut Blue #1C4766
Tints of Astronaut Blue #1C4766
RGB
CMYK
RGB Variations
Color information
#1C4766 (or 0x1C4766) is known color: Astronaut Blue. HEX triplet: 1C, 47 and 66. RGB value is (28,71,102). Sum of RGB (Red+Green+Blue) = 28+71+102=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #1C4766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4766 is #E3B899. Grayscale: #3D3D3D. Windows color (decimal): -14923930 or 6702876. OLE color: 6702876.
HSL color Cylindrical-coordinate representation of color #1C4766: hue angle of 205.14º 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 #1C4766 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 71 | 102 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.6 |
| HSL | 205.14º | 0.57% | 0.25% | - |
| HSV(B) | 205.14º | 0.73% | 0.4% | - |
| XYZ | 5.13 | 5.71 | 13.4 | - |
| YUV | 61.68 | 150.75 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 71 | 102 | 0.73 | 0.30 | 0 | 0.6 | 205.14 | 0.57 | 0.25 |
| Hex | 1C | 47 | 66 | 49 | 1E | 0 | 3C | CD | 39 | 19 |
| Octal | 34 | 107 | 146 | 111 | 36 | 0 | 74 | 315 | 71 | 31 |
| Binary | 11100 | 1000111 | 1100110 | 1001001 | 11110 | 0 | 111100 | 11001101 | 111001 | 11001 |
Color Harmonies of #1C4766
Complementary color
Monochromatic Colors of #1C4766
Black with #1C4766
Text Example
Text Example
White with #1C4766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4766; }
p { color: rgb(28,71,102); }
H1.HeaderClassName
{
color: #1C4766;
}
.AnyTagClassName
{
color: #1C4766;
}
</style>
background-color css
<style>
a { background-color: #1C4766; }
a { background-color: rgb(28,71,102); }
div.DivClassName
{
background-color: #1C4766;
}
.BgClassName
{
background-color: #1C4766;
}
</style>
border-color css
<style>
span { border-color: #1C4766; }
span { border-color: rgb(28,71,102); }
td.TdClassName
{
border-color: #1C4766;
}
.TagClassName
{
border-color: #1C4766;
}
</style>