Shades of Astronaut Blue #144B5C
Tints of Astronaut Blue #144B5C
RGB
CMYK
RGB Variations
Color information
#144B5C (or 0x144B5C) is known color: Astronaut Blue. HEX triplet: 14, 4B and 5C. RGB value is (20,75,92). Sum of RGB (Red+Green+Blue) = 20+75+92=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #144B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B5C is #EBB4A3. Grayscale: #3C3C3C. Windows color (decimal): -15447204 or 6048532. OLE color: 6048532.
HSL color Cylindrical-coordinate representation of color #144B5C: hue angle of 194.17º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #144B5C is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 75 | 92 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.64 |
| HSL | 194.17º | 0.64% | 0.22% | - |
| HSV(B) | 194.17º | 0.78% | 0.36% | - |
| XYZ | 4.74 | 5.95 | 11.02 | - |
| YUV | 60.49 | 145.78 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 92 | 0.78 | 0.18 | 0 | 0.64 | 194.17 | 0.64 | 0.22 |
| Hex | 14 | 4B | 5C | 4E | 12 | 0 | 40 | C2 | 40 | 16 |
| Octal | 24 | 113 | 134 | 116 | 22 | 0 | 100 | 302 | 100 | 26 |
| Binary | 10100 | 1001011 | 1011100 | 1001110 | 10010 | 0 | 1000000 | 11000010 | 1000000 | 10110 |
Color Harmonies of #144B5C
Complementary color
Monochromatic Colors of #144B5C
Black with #144B5C
Text Example
Text Example
White with #144B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B5C; }
p { color: rgb(20,75,92); }
H1.HeaderClassName
{
color: #144B5C;
}
.AnyTagClassName
{
color: #144B5C;
}
</style>
background-color css
<style>
a { background-color: #144B5C; }
a { background-color: rgb(20,75,92); }
div.DivClassName
{
background-color: #144B5C;
}
.BgClassName
{
background-color: #144B5C;
}
</style>
border-color css
<style>
span { border-color: #144B5C; }
span { border-color: rgb(20,75,92); }
td.TdClassName
{
border-color: #144B5C;
}
.TagClassName
{
border-color: #144B5C;
}
</style>