Shades of Astronaut Blue #0F475B
Tints of Astronaut Blue #0F475B
RGB
CMYK
RGB Variations
Color information
#0F475B (or 0x0F475B) is known color: Astronaut Blue. HEX triplet: 0F, 47 and 5B. RGB value is (15,71,91). Sum of RGB (Red+Green+Blue) = 15+71+91=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F475B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F475B is #F0B8A4. Grayscale: #383838. Windows color (decimal): -15775909 or 5981967. OLE color: 5981967.
HSL color Cylindrical-coordinate representation of color #0F475B: hue angle of 195.79º 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 #0F475B is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 71 | 91 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.64 |
| HSL | 195.79º | 0.72% | 0.21% | - |
| HSV(B) | 195.79º | 0.84% | 0.36% | - |
| XYZ | 4.34 | 5.36 | 10.7 | - |
| YUV | 56.54 | 147.45 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 71 | 91 | 0.84 | 0.22 | 0 | 0.64 | 195.79 | 0.72 | 0.21 |
| Hex | F | 47 | 5B | 54 | 16 | 0 | 40 | C4 | 48 | 15 |
| Octal | 17 | 107 | 133 | 124 | 26 | 0 | 100 | 304 | 110 | 25 |
| Binary | 1111 | 1000111 | 1011011 | 1010100 | 10110 | 0 | 1000000 | 11000100 | 1001000 | 10101 |
Color Harmonies of #0F475B
Complementary color
Monochromatic Colors of #0F475B
Black with #0F475B
Text Example
Text Example
White with #0F475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F475B; }
p { color: rgb(15,71,91); }
H1.HeaderClassName
{
color: #0F475B;
}
.AnyTagClassName
{
color: #0F475B;
}
</style>
background-color css
<style>
a { background-color: #0F475B; }
a { background-color: rgb(15,71,91); }
div.DivClassName
{
background-color: #0F475B;
}
.BgClassName
{
background-color: #0F475B;
}
</style>
border-color css
<style>
span { border-color: #0F475B; }
span { border-color: rgb(15,71,91); }
td.TdClassName
{
border-color: #0F475B;
}
.TagClassName
{
border-color: #0F475B;
}
</style>