Shades of Astronaut Blue #145062
Tints of Astronaut Blue #145062
RGB
CMYK
RGB Variations
Color information
#145062 (or 0x145062) is known color: Astronaut Blue. HEX triplet: 14, 50 and 62. RGB value is (20,80,98). Sum of RGB (Red+Green+Blue) = 20+80+98=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #145062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145062 is #EBAF9D. Grayscale: #3F3F3F. Windows color (decimal): -15445918 or 6443028. OLE color: 6443028.
HSL color Cylindrical-coordinate representation of color #145062: hue angle of 193.85º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145062 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 80 | 98 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.62 |
| HSL | 193.85º | 0.66% | 0.23% | - |
| HSV(B) | 193.85º | 0.8% | 0.38% | - |
| XYZ | 5.36 | 6.77 | 12.58 | - |
| YUV | 64.11 | 147.12 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 98 | 0.80 | 0.18 | 0 | 0.62 | 193.85 | 0.66 | 0.23 |
| Hex | 14 | 50 | 62 | 50 | 12 | 0 | 3E | C2 | 42 | 17 |
| Octal | 24 | 120 | 142 | 120 | 22 | 0 | 76 | 302 | 102 | 27 |
| Binary | 10100 | 1010000 | 1100010 | 1010000 | 10010 | 0 | 111110 | 11000010 | 1000010 | 10111 |
Color Harmonies of #145062
Complementary color
Monochromatic Colors of #145062
Black with #145062
Text Example
Text Example
White with #145062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145062; }
p { color: rgb(20,80,98); }
H1.HeaderClassName
{
color: #145062;
}
.AnyTagClassName
{
color: #145062;
}
</style>
background-color css
<style>
a { background-color: #145062; }
a { background-color: rgb(20,80,98); }
div.DivClassName
{
background-color: #145062;
}
.BgClassName
{
background-color: #145062;
}
</style>
border-color css
<style>
span { border-color: #145062; }
span { border-color: rgb(20,80,98); }
td.TdClassName
{
border-color: #145062;
}
.TagClassName
{
border-color: #145062;
}
</style>