Shades of Astronaut Blue #144360
Tints of Astronaut Blue #144360
RGB
CMYK
RGB Variations
Color information
#144360 (or 0x144360) is known color: Astronaut Blue. HEX triplet: 14, 43 and 60. RGB value is (20,67,96). Sum of RGB (Red+Green+Blue) = 20+67+96=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #144360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144360 is #EBBC9F. Grayscale: #383838. Windows color (decimal): -15449248 or 6308628. OLE color: 6308628.
HSL color Cylindrical-coordinate representation of color #144360: hue angle of 202.89º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #144360 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 67 | 96 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.62 |
| HSL | 202.89º | 0.66% | 0.23% | - |
| HSV(B) | 202.89º | 0.79% | 0.38% | - |
| XYZ | 4.41 | 5.01 | 11.8 | - |
| YUV | 56.25 | 150.43 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 96 | 0.79 | 0.30 | 0 | 0.62 | 202.89 | 0.66 | 0.23 |
| Hex | 14 | 43 | 60 | 4F | 1E | 0 | 3E | CB | 42 | 17 |
| Octal | 24 | 103 | 140 | 117 | 36 | 0 | 76 | 313 | 102 | 27 |
| Binary | 10100 | 1000011 | 1100000 | 1001111 | 11110 | 0 | 111110 | 11001011 | 1000010 | 10111 |
Color Harmonies of #144360
Complementary color
Monochromatic Colors of #144360
Black with #144360
Text Example
Text Example
White with #144360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144360; }
p { color: rgb(20,67,96); }
H1.HeaderClassName
{
color: #144360;
}
.AnyTagClassName
{
color: #144360;
}
</style>
background-color css
<style>
a { background-color: #144360; }
a { background-color: rgb(20,67,96); }
div.DivClassName
{
background-color: #144360;
}
.BgClassName
{
background-color: #144360;
}
</style>
border-color css
<style>
span { border-color: #144360; }
span { border-color: rgb(20,67,96); }
td.TdClassName
{
border-color: #144360;
}
.TagClassName
{
border-color: #144360;
}
</style>