Shades of Astronaut Blue #143F56
Tints of Astronaut Blue #143F56
RGB
CMYK
RGB Variations
Color information
#143F56 (or 0x143F56) is known color: Astronaut Blue. HEX triplet: 14, 3F and 56. RGB value is (20,63,86). Sum of RGB (Red+Green+Blue) = 20+63+86=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #143F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F56 is #EBC0A9. Grayscale: #343434. Windows color (decimal): -15450282 or 5652244. OLE color: 5652244.
HSL color Cylindrical-coordinate representation of color #143F56: hue angle of 200.91º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #143F56 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 63 | 86 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.66 |
| HSL | 200.91º | 0.62% | 0.21% | - |
| HSV(B) | 200.91º | 0.77% | 0.34% | - |
| XYZ | 3.75 | 4.38 | 9.45 | - |
| YUV | 52.77 | 146.75 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 86 | 0.77 | 0.27 | 0 | 0.66 | 200.91 | 0.62 | 0.21 |
| Hex | 14 | 3F | 56 | 4D | 1B | 0 | 42 | C9 | 3E | 15 |
| Octal | 24 | 77 | 126 | 115 | 33 | 0 | 102 | 311 | 76 | 25 |
| Binary | 10100 | 111111 | 1010110 | 1001101 | 11011 | 0 | 1000010 | 11001001 | 111110 | 10101 |
Color Harmonies of #143F56
Complementary color
Monochromatic Colors of #143F56
Black with #143F56
Text Example
Text Example
White with #143F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143F56; }
p { color: rgb(20,63,86); }
H1.HeaderClassName
{
color: #143F56;
}
.AnyTagClassName
{
color: #143F56;
}
</style>
background-color css
<style>
a { background-color: #143F56; }
a { background-color: rgb(20,63,86); }
div.DivClassName
{
background-color: #143F56;
}
.BgClassName
{
background-color: #143F56;
}
</style>
border-color css
<style>
span { border-color: #143F56; }
span { border-color: rgb(20,63,86); }
td.TdClassName
{
border-color: #143F56;
}
.TagClassName
{
border-color: #143F56;
}
</style>