Shades of Astronaut Blue #1C465B
Tints of Astronaut Blue #1C465B
RGB
CMYK
RGB Variations
Color information
#1C465B (or 0x1C465B) is known color: Astronaut Blue. HEX triplet: 1C, 46 and 5B. RGB value is (28,70,91). Sum of RGB (Red+Green+Blue) = 28+70+91=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C465B is #E3B9A4. Grayscale: #3B3B3B. Windows color (decimal): -14924197 or 5981724. OLE color: 5981724.
HSL color Cylindrical-coordinate representation of color #1C465B: hue angle of 200º 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 #1C465B is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 70 | 91 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.64 |
| HSL | 200º | 0.53% | 0.23% | - |
| HSV(B) | 200º | 0.69% | 0.36% | - |
| XYZ | 4.56 | 5.38 | 10.7 | - |
| YUV | 59.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 70 | 91 | 0.69 | 0.23 | 0 | 0.64 | 200 | 0.53 | 0.23 |
| Hex | 1C | 46 | 5B | 45 | 17 | 0 | 40 | C8 | 35 | 17 |
| Octal | 34 | 106 | 133 | 105 | 27 | 0 | 100 | 310 | 65 | 27 |
| Binary | 11100 | 1000110 | 1011011 | 1000101 | 10111 | 0 | 1000000 | 11001000 | 110101 | 10111 |
Color Harmonies of #1C465B
Complementary color
Monochromatic Colors of #1C465B
Black with #1C465B
Text Example
Text Example
White with #1C465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C465B; }
p { color: rgb(28,70,91); }
H1.HeaderClassName
{
color: #1C465B;
}
.AnyTagClassName
{
color: #1C465B;
}
</style>
background-color css
<style>
a { background-color: #1C465B; }
a { background-color: rgb(28,70,91); }
div.DivClassName
{
background-color: #1C465B;
}
.BgClassName
{
background-color: #1C465B;
}
</style>
border-color css
<style>
span { border-color: #1C465B; }
span { border-color: rgb(28,70,91); }
td.TdClassName
{
border-color: #1C465B;
}
.TagClassName
{
border-color: #1C465B;
}
</style>