Shades of Astronaut Blue #1C4761
Tints of Astronaut Blue #1C4761
RGB
CMYK
RGB Variations
Color information
#1C4761 (or 0x1C4761) is known color: Astronaut Blue. HEX triplet: 1C, 47 and 61. RGB value is (28,71,97). Sum of RGB (Red+Green+Blue) = 28+71+97=196 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.29% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C4761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4761 is #E3B89E. Grayscale: #3C3C3C. Windows color (decimal): -14923935 or 6375196. OLE color: 6375196.
HSL color Cylindrical-coordinate representation of color #1C4761: hue angle of 202.61º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C4761 is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 71 | 97 | - |
| CMYK | 0.71 | 0.27 | 0 | 0.62 |
| HSL | 202.61º | 0.55% | 0.25% | - |
| HSV(B) | 202.61º | 0.71% | 0.38% | - |
| XYZ | 4.89 | 5.62 | 12.14 | - |
| YUV | 61.11 | 148.25 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 71 | 97 | 0.71 | 0.27 | 0 | 0.62 | 202.61 | 0.55 | 0.25 |
| Hex | 1C | 47 | 61 | 47 | 1B | 0 | 3E | CB | 37 | 19 |
| Octal | 34 | 107 | 141 | 107 | 33 | 0 | 76 | 313 | 67 | 31 |
| Binary | 11100 | 1000111 | 1100001 | 1000111 | 11011 | 0 | 111110 | 11001011 | 110111 | 11001 |
Color Harmonies of #1C4761
Complementary color
Monochromatic Colors of #1C4761
Black with #1C4761
Text Example
Text Example
White with #1C4761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4761; }
p { color: rgb(28,71,97); }
H1.HeaderClassName
{
color: #1C4761;
}
.AnyTagClassName
{
color: #1C4761;
}
</style>
background-color css
<style>
a { background-color: #1C4761; }
a { background-color: rgb(28,71,97); }
div.DivClassName
{
background-color: #1C4761;
}
.BgClassName
{
background-color: #1C4761;
}
</style>
border-color css
<style>
span { border-color: #1C4761; }
span { border-color: rgb(28,71,97); }
td.TdClassName
{
border-color: #1C4761;
}
.TagClassName
{
border-color: #1C4761;
}
</style>