Shades of Astronaut Blue #0F4660
Tints of Astronaut Blue #0F4660
RGB
CMYK
RGB Variations
Color information
#0F4660 (or 0x0F4660) is known color: Astronaut Blue. HEX triplet: 0F, 46 and 60. RGB value is (15,70,96). Sum of RGB (Red+Green+Blue) = 15+70+96=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F4660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4660 is #F0B99F. Grayscale: #383838. Windows color (decimal): -15776160 or 6309391. OLE color: 6309391.
HSL color Cylindrical-coordinate representation of color #0F4660: hue angle of 199.26º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F4660 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 70 | 96 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.62 |
| HSL | 199.26º | 0.73% | 0.22% | - |
| HSV(B) | 199.26º | 0.84% | 0.38% | - |
| XYZ | 4.5 | 5.33 | 11.86 | - |
| YUV | 56.52 | 150.28 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 70 | 96 | 0.84 | 0.27 | 0 | 0.62 | 199.26 | 0.73 | 0.22 |
| Hex | F | 46 | 60 | 54 | 1B | 0 | 3E | C7 | 49 | 16 |
| Octal | 17 | 106 | 140 | 124 | 33 | 0 | 76 | 307 | 111 | 26 |
| Binary | 1111 | 1000110 | 1100000 | 1010100 | 11011 | 0 | 111110 | 11000111 | 1001001 | 10110 |
Color Harmonies of #0F4660
Complementary color
Monochromatic Colors of #0F4660
Black with #0F4660
Text Example
Text Example
White with #0F4660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4660; }
p { color: rgb(15,70,96); }
H1.HeaderClassName
{
color: #0F4660;
}
.AnyTagClassName
{
color: #0F4660;
}
</style>
background-color css
<style>
a { background-color: #0F4660; }
a { background-color: rgb(15,70,96); }
div.DivClassName
{
background-color: #0F4660;
}
.BgClassName
{
background-color: #0F4660;
}
</style>
border-color css
<style>
span { border-color: #0F4660; }
span { border-color: rgb(15,70,96); }
td.TdClassName
{
border-color: #0F4660;
}
.TagClassName
{
border-color: #0F4660;
}
</style>