Shades of Astronaut Blue #1C4154
Tints of Astronaut Blue #1C4154
RGB
CMYK
RGB Variations
Color information
#1C4154 (or 0x1C4154) is known color: Astronaut Blue. HEX triplet: 1C, 41 and 54. RGB value is (28,65,84). Sum of RGB (Red+Green+Blue) = 28+65+84=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #1C4154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4154 is #E3BEAB. Grayscale: #373737. Windows color (decimal): -14925484 or 5521692. OLE color: 5521692.
HSL color Cylindrical-coordinate representation of color #1C4154: hue angle of 200.36º 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 #1C4154 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 65 | 84 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.67 |
| HSL | 200.36º | 0.5% | 0.22% | - |
| HSV(B) | 200.36º | 0.67% | 0.33% | - |
| XYZ | 3.97 | 4.67 | 9.08 | - |
| YUV | 56.1 | 143.74 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 65 | 84 | 0.67 | 0.23 | 0 | 0.67 | 200.36 | 0.5 | 0.22 |
| Hex | 1C | 41 | 54 | 43 | 17 | 0 | 43 | C8 | 32 | 16 |
| Octal | 34 | 101 | 124 | 103 | 27 | 0 | 103 | 310 | 62 | 26 |
| Binary | 11100 | 1000001 | 1010100 | 1000011 | 10111 | 0 | 1000011 | 11001000 | 110010 | 10110 |
Color Harmonies of #1C4154
Complementary color
Monochromatic Colors of #1C4154
Black with #1C4154
Text Example
Text Example
White with #1C4154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4154; }
p { color: rgb(28,65,84); }
H1.HeaderClassName
{
color: #1C4154;
}
.AnyTagClassName
{
color: #1C4154;
}
</style>
background-color css
<style>
a { background-color: #1C4154; }
a { background-color: rgb(28,65,84); }
div.DivClassName
{
background-color: #1C4154;
}
.BgClassName
{
background-color: #1C4154;
}
</style>
border-color css
<style>
span { border-color: #1C4154; }
span { border-color: rgb(28,65,84); }
td.TdClassName
{
border-color: #1C4154;
}
.TagClassName
{
border-color: #1C4154;
}
</style>