Shades of Astronaut Blue #1C4254
Tints of Astronaut Blue #1C4254
RGB
CMYK
RGB Variations
Color information
#1C4254 (or 0x1C4254) is known color: Astronaut Blue. HEX triplet: 1C, 42 and 54. RGB value is (28,66,84). Sum of RGB (Red+Green+Blue) = 28+66+84=178 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.73% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #1C4254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4254 is #E3BDAB. Grayscale: #383838. Windows color (decimal): -14925228 or 5521948. OLE color: 5521948.
HSL color Cylindrical-coordinate representation of color #1C4254: hue angle of 199.29º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C4254 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 66 | 84 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.67 |
| HSL | 199.29º | 0.5% | 0.22% | - |
| HSV(B) | 199.29º | 0.67% | 0.33% | - |
| XYZ | 4.03 | 4.78 | 9.1 | - |
| YUV | 56.69 | 143.41 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 66 | 84 | 0.67 | 0.21 | 0 | 0.67 | 199.29 | 0.5 | 0.22 |
| Hex | 1C | 42 | 54 | 43 | 15 | 0 | 43 | C7 | 32 | 16 |
| Octal | 34 | 102 | 124 | 103 | 25 | 0 | 103 | 307 | 62 | 26 |
| Binary | 11100 | 1000010 | 1010100 | 1000011 | 10101 | 0 | 1000011 | 11000111 | 110010 | 10110 |
Color Harmonies of #1C4254
Complementary color
Monochromatic Colors of #1C4254
Black with #1C4254
Text Example
Text Example
White with #1C4254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4254; }
p { color: rgb(28,66,84); }
H1.HeaderClassName
{
color: #1C4254;
}
.AnyTagClassName
{
color: #1C4254;
}
</style>
background-color css
<style>
a { background-color: #1C4254; }
a { background-color: rgb(28,66,84); }
div.DivClassName
{
background-color: #1C4254;
}
.BgClassName
{
background-color: #1C4254;
}
</style>
border-color css
<style>
span { border-color: #1C4254; }
span { border-color: rgb(28,66,84); }
td.TdClassName
{
border-color: #1C4254;
}
.TagClassName
{
border-color: #1C4254;
}
</style>