Shades of Astronaut Blue #145264
Tints of Astronaut Blue #145264
RGB
CMYK
RGB Variations
Color information
#145264 (or 0x145264) is known color: Astronaut Blue. HEX triplet: 14, 52 and 64. RGB value is (20,82,100). Sum of RGB (Red+Green+Blue) = 20+82+100=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #145264 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145264 is #EBAD9B. Grayscale: #414141. Windows color (decimal): -15445404 or 6574612. OLE color: 6574612.
HSL color Cylindrical-coordinate representation of color #145264: hue angle of 193.5º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145264 is Cyan = 0.8, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 82 | 100 | - |
| CMYK | 0.8 | 0.18 | 0 | 0.61 |
| HSL | 193.5º | 0.67% | 0.24% | - |
| HSV(B) | 193.5º | 0.8% | 0.39% | - |
| XYZ | 5.61 | 7.1 | 13.13 | - |
| YUV | 65.51 | 147.46 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 100 | 0.8 | 0.18 | 0 | 0.61 | 193.5 | 0.67 | 0.24 |
| Hex | 14 | 52 | 64 | 50 | 12 | 0 | 3D | C2 | 43 | 18 |
| Octal | 24 | 122 | 144 | 120 | 22 | 0 | 75 | 302 | 103 | 30 |
| Binary | 10100 | 1010010 | 1100100 | 1010000 | 10010 | 0 | 111101 | 11000010 | 1000011 | 11000 |
Color Harmonies of #145264
Complementary color
Monochromatic Colors of #145264
Black with #145264
Text Example
Text Example
White with #145264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145264; }
p { color: rgb(20,82,100); }
H1.HeaderClassName
{
color: #145264;
}
.AnyTagClassName
{
color: #145264;
}
</style>
background-color css
<style>
a { background-color: #145264; }
a { background-color: rgb(20,82,100); }
div.DivClassName
{
background-color: #145264;
}
.BgClassName
{
background-color: #145264;
}
</style>
border-color css
<style>
span { border-color: #145264; }
span { border-color: rgb(20,82,100); }
td.TdClassName
{
border-color: #145264;
}
.TagClassName
{
border-color: #145264;
}
</style>