Shades of Astronaut Blue #0A4B65
Tints of Astronaut Blue #0A4B65
RGB
CMYK
RGB Variations
Color information
#0A4B65 (or 0x0A4B65) is known color: Astronaut Blue. HEX triplet: 0A, 4B and 65. RGB value is (10,75,101). Sum of RGB (Red+Green+Blue) = 10+75+101=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #0A4B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4B65 is #F5B49A. Grayscale: #3A3A3A. Windows color (decimal): -16102555 or 6638346. OLE color: 6638346.
HSL color Cylindrical-coordinate representation of color #0A4B65: hue angle of 197.14º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4B65 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 75 | 101 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.60 |
| HSL | 197.14º | 0.82% | 0.22% | - |
| HSV(B) | 197.14º | 0.9% | 0.4% | - |
| XYZ | 4.99 | 6.04 | 13.21 | - |
| YUV | 58.53 | 151.97 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 75 | 101 | 0.90 | 0.26 | 0 | 0.60 | 197.14 | 0.82 | 0.22 |
| Hex | A | 4B | 65 | 5A | 1A | 0 | 3C | C5 | 52 | 16 |
| Octal | 12 | 113 | 145 | 132 | 32 | 0 | 74 | 305 | 122 | 26 |
| Binary | 1010 | 1001011 | 1100101 | 1011010 | 11010 | 0 | 111100 | 11000101 | 1010010 | 10110 |
Color Harmonies of #0A4B65
Complementary color
Monochromatic Colors of #0A4B65
Black with #0A4B65
Text Example
Text Example
White with #0A4B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4B65; }
p { color: rgb(10,75,101); }
H1.HeaderClassName
{
color: #0A4B65;
}
.AnyTagClassName
{
color: #0A4B65;
}
</style>
background-color css
<style>
a { background-color: #0A4B65; }
a { background-color: rgb(10,75,101); }
div.DivClassName
{
background-color: #0A4B65;
}
.BgClassName
{
background-color: #0A4B65;
}
</style>
border-color css
<style>
span { border-color: #0A4B65; }
span { border-color: rgb(10,75,101); }
td.TdClassName
{
border-color: #0A4B65;
}
.TagClassName
{
border-color: #0A4B65;
}
</style>