Shades of Astronaut Blue #1C455B
Tints of Astronaut Blue #1C455B
RGB
CMYK
RGB Variations
Color information
#1C455B (or 0x1C455B) is known color: Astronaut Blue. HEX triplet: 1C, 45 and 5B. RGB value is (28,69,91). Sum of RGB (Red+Green+Blue) = 28+69+91=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C455B is #E3BAA4. Grayscale: #3B3B3B. Windows color (decimal): -14924453 or 5981468. OLE color: 5981468.
HSL color Cylindrical-coordinate representation of color #1C455B: hue angle of 200.95º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C455B is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 69 | 91 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.64 |
| HSL | 200.95º | 0.53% | 0.23% | - |
| HSV(B) | 200.95º | 0.69% | 0.36% | - |
| XYZ | 4.5 | 5.26 | 10.68 | - |
| YUV | 59.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 69 | 91 | 0.69 | 0.24 | 0 | 0.64 | 200.95 | 0.53 | 0.23 |
| Hex | 1C | 45 | 5B | 45 | 18 | 0 | 40 | C9 | 35 | 17 |
| Octal | 34 | 105 | 133 | 105 | 30 | 0 | 100 | 311 | 65 | 27 |
| Binary | 11100 | 1000101 | 1011011 | 1000101 | 11000 | 0 | 1000000 | 11001001 | 110101 | 10111 |
Color Harmonies of #1C455B
Complementary color
Monochromatic Colors of #1C455B
Black with #1C455B
Text Example
Text Example
White with #1C455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C455B; }
p { color: rgb(28,69,91); }
H1.HeaderClassName
{
color: #1C455B;
}
.AnyTagClassName
{
color: #1C455B;
}
</style>
background-color css
<style>
a { background-color: #1C455B; }
a { background-color: rgb(28,69,91); }
div.DivClassName
{
background-color: #1C455B;
}
.BgClassName
{
background-color: #1C455B;
}
</style>
border-color css
<style>
span { border-color: #1C455B; }
span { border-color: rgb(28,69,91); }
td.TdClassName
{
border-color: #1C455B;
}
.TagClassName
{
border-color: #1C455B;
}
</style>