Shades of Astronaut Blue #1C435B
Tints of Astronaut Blue #1C435B
RGB
CMYK
RGB Variations
Color information
#1C435B (or 0x1C435B) is known color: Astronaut Blue. HEX triplet: 1C, 43 and 5B. RGB value is (28,67,91). Sum of RGB (Red+Green+Blue) = 28+67+91=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C435B is #E3BCA4. Grayscale: #393939. Windows color (decimal): -14924965 or 5980956. OLE color: 5980956.
HSL color Cylindrical-coordinate representation of color #1C435B: hue angle of 202.86º 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 #1C435B is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 67 | 91 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.64 |
| HSL | 202.86º | 0.53% | 0.23% | - |
| HSV(B) | 202.86º | 0.69% | 0.36% | - |
| XYZ | 4.37 | 5.02 | 10.64 | - |
| YUV | 58.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 91 | 0.69 | 0.26 | 0 | 0.64 | 202.86 | 0.53 | 0.23 |
| Hex | 1C | 43 | 5B | 45 | 1A | 0 | 40 | CB | 35 | 17 |
| Octal | 34 | 103 | 133 | 105 | 32 | 0 | 100 | 313 | 65 | 27 |
| Binary | 11100 | 1000011 | 1011011 | 1000101 | 11010 | 0 | 1000000 | 11001011 | 110101 | 10111 |
Color Harmonies of #1C435B
Complementary color
Monochromatic Colors of #1C435B
Black with #1C435B
Text Example
Text Example
White with #1C435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C435B; }
p { color: rgb(28,67,91); }
H1.HeaderClassName
{
color: #1C435B;
}
.AnyTagClassName
{
color: #1C435B;
}
</style>
background-color css
<style>
a { background-color: #1C435B; }
a { background-color: rgb(28,67,91); }
div.DivClassName
{
background-color: #1C435B;
}
.BgClassName
{
background-color: #1C435B;
}
</style>
border-color css
<style>
span { border-color: #1C435B; }
span { border-color: rgb(28,67,91); }
td.TdClassName
{
border-color: #1C435B;
}
.TagClassName
{
border-color: #1C435B;
}
</style>