Shades of Astronaut Blue #0F495D
Tints of Astronaut Blue #0F495D
RGB
CMYK
RGB Variations
Color information
#0F495D (or 0x0F495D) is known color: Astronaut Blue. HEX triplet: 0F, 49 and 5D. RGB value is (15,73,93). Sum of RGB (Red+Green+Blue) = 15+73+93=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #0F495D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F495D is #F0B6A2. Grayscale: #393939. Windows color (decimal): -15775395 or 6113551. OLE color: 6113551.
HSL color Cylindrical-coordinate representation of color #0F495D: hue angle of 195.38º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F495D is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 73 | 93 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.64 |
| HSL | 195.38º | 0.72% | 0.21% | - |
| HSV(B) | 195.38º | 0.84% | 0.36% | - |
| XYZ | 4.56 | 5.66 | 11.21 | - |
| YUV | 57.94 | 147.78 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 93 | 0.84 | 0.22 | 0 | 0.64 | 195.38 | 0.72 | 0.21 |
| Hex | F | 49 | 5D | 54 | 16 | 0 | 40 | C3 | 48 | 15 |
| Octal | 17 | 111 | 135 | 124 | 26 | 0 | 100 | 303 | 110 | 25 |
| Binary | 1111 | 1001001 | 1011101 | 1010100 | 10110 | 0 | 1000000 | 11000011 | 1001000 | 10101 |
Color Harmonies of #0F495D
Complementary color
Monochromatic Colors of #0F495D
Black with #0F495D
Text Example
Text Example
White with #0F495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F495D; }
p { color: rgb(15,73,93); }
H1.HeaderClassName
{
color: #0F495D;
}
.AnyTagClassName
{
color: #0F495D;
}
</style>
background-color css
<style>
a { background-color: #0F495D; }
a { background-color: rgb(15,73,93); }
div.DivClassName
{
background-color: #0F495D;
}
.BgClassName
{
background-color: #0F495D;
}
</style>
border-color css
<style>
span { border-color: #0F495D; }
span { border-color: rgb(15,73,93); }
td.TdClassName
{
border-color: #0F495D;
}
.TagClassName
{
border-color: #0F495D;
}
</style>