Shades of Astronaut Blue #1C4863
Tints of Astronaut Blue #1C4863
RGB
CMYK
RGB Variations
Color information
#1C4863 (or 0x1C4863) is known color: Astronaut Blue. HEX triplet: 1C, 48 and 63. RGB value is (28,72,99). Sum of RGB (Red+Green+Blue) = 28+72+99=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C4863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4863 is #E3B79C. Grayscale: #3D3D3D. Windows color (decimal): -14923677 or 6506524. OLE color: 6506524.
HSL color Cylindrical-coordinate representation of color #1C4863: hue angle of 202.82º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C4863 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 72 | 99 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.61 |
| HSL | 202.82º | 0.56% | 0.25% | - |
| HSV(B) | 202.82º | 0.72% | 0.39% | - |
| XYZ | 5.05 | 5.78 | 12.65 | - |
| YUV | 61.92 | 148.92 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 99 | 0.72 | 0.27 | 0 | 0.61 | 202.82 | 0.56 | 0.25 |
| Hex | 1C | 48 | 63 | 48 | 1B | 0 | 3D | CB | 38 | 19 |
| Octal | 34 | 110 | 143 | 110 | 33 | 0 | 75 | 313 | 70 | 31 |
| Binary | 11100 | 1001000 | 1100011 | 1001000 | 11011 | 0 | 111101 | 11001011 | 111000 | 11001 |
Color Harmonies of #1C4863
Complementary color
Monochromatic Colors of #1C4863
Black with #1C4863
Text Example
Text Example
White with #1C4863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4863; }
p { color: rgb(28,72,99); }
H1.HeaderClassName
{
color: #1C4863;
}
.AnyTagClassName
{
color: #1C4863;
}
</style>
background-color css
<style>
a { background-color: #1C4863; }
a { background-color: rgb(28,72,99); }
div.DivClassName
{
background-color: #1C4863;
}
.BgClassName
{
background-color: #1C4863;
}
</style>
border-color css
<style>
span { border-color: #1C4863; }
span { border-color: rgb(28,72,99); }
td.TdClassName
{
border-color: #1C4863;
}
.TagClassName
{
border-color: #1C4863;
}
</style>