Shades of Astronaut Blue #1C4357
Tints of Astronaut Blue #1C4357
RGB
CMYK
RGB Variations
Color information
#1C4357 (or 0x1C4357) is known color: Astronaut Blue. HEX triplet: 1C, 43 and 57. RGB value is (28,67,87). Sum of RGB (Red+Green+Blue) = 28+67+87=182 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.38% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #1C4357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4357 is #E3BCA8. Grayscale: #393939. Windows color (decimal): -14924969 or 5718812. OLE color: 5718812.
HSL color Cylindrical-coordinate representation of color #1C4357: hue angle of 200.34º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C4357 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 67 | 87 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.66 |
| HSL | 200.34º | 0.51% | 0.23% | - |
| HSV(B) | 200.34º | 0.68% | 0.34% | - |
| XYZ | 4.21 | 4.95 | 9.75 | - |
| YUV | 57.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 87 | 0.68 | 0.23 | 0 | 0.66 | 200.34 | 0.51 | 0.23 |
| Hex | 1C | 43 | 57 | 44 | 17 | 0 | 42 | C8 | 33 | 17 |
| Octal | 34 | 103 | 127 | 104 | 27 | 0 | 102 | 310 | 63 | 27 |
| Binary | 11100 | 1000011 | 1010111 | 1000100 | 10111 | 0 | 1000010 | 11001000 | 110011 | 10111 |
Color Harmonies of #1C4357
Complementary color
Monochromatic Colors of #1C4357
Black with #1C4357
Text Example
Text Example
White with #1C4357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4357; }
p { color: rgb(28,67,87); }
H1.HeaderClassName
{
color: #1C4357;
}
.AnyTagClassName
{
color: #1C4357;
}
</style>
background-color css
<style>
a { background-color: #1C4357; }
a { background-color: rgb(28,67,87); }
div.DivClassName
{
background-color: #1C4357;
}
.BgClassName
{
background-color: #1C4357;
}
</style>
border-color css
<style>
span { border-color: #1C4357; }
span { border-color: rgb(28,67,87); }
td.TdClassName
{
border-color: #1C4357;
}
.TagClassName
{
border-color: #1C4357;
}
</style>