Shades of Astronaut Blue #144C6C
Tints of Astronaut Blue #144C6C
RGB
CMYK
RGB Variations
Color information
#144C6C (or 0x144C6C) is known color: Astronaut Blue. HEX triplet: 14, 4C and 6C. RGB value is (20,76,108). Sum of RGB (Red+Green+Blue) = 20+76+108=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #144C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C6C is #EBB393. Grayscale: #3E3E3E. Windows color (decimal): -15446932 or 7097364. OLE color: 7097364.
HSL color Cylindrical-coordinate representation of color #144C6C: hue angle of 201.82º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144C6C is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 76 | 108 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.58 |
| HSL | 201.82º | 0.69% | 0.25% | - |
| HSV(B) | 201.82º | 0.81% | 0.42% | - |
| XYZ | 5.58 | 6.4 | 15.13 | - |
| YUV | 62.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 108 | 0.81 | 0.30 | 0 | 0.58 | 201.82 | 0.69 | 0.25 |
| Hex | 14 | 4C | 6C | 51 | 1E | 0 | 3A | CA | 45 | 19 |
| Octal | 24 | 114 | 154 | 121 | 36 | 0 | 72 | 312 | 105 | 31 |
| Binary | 10100 | 1001100 | 1101100 | 1010001 | 11110 | 0 | 111010 | 11001010 | 1000101 | 11001 |
Color Harmonies of #144C6C
Complementary color
Monochromatic Colors of #144C6C
Black with #144C6C
Text Example
Text Example
White with #144C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C6C; }
p { color: rgb(20,76,108); }
H1.HeaderClassName
{
color: #144C6C;
}
.AnyTagClassName
{
color: #144C6C;
}
</style>
background-color css
<style>
a { background-color: #144C6C; }
a { background-color: rgb(20,76,108); }
div.DivClassName
{
background-color: #144C6C;
}
.BgClassName
{
background-color: #144C6C;
}
</style>
border-color css
<style>
span { border-color: #144C6C; }
span { border-color: rgb(20,76,108); }
td.TdClassName
{
border-color: #144C6C;
}
.TagClassName
{
border-color: #144C6C;
}
</style>