Shades of Astronaut Blue #0F415F
Tints of Astronaut Blue #0F415F
RGB
CMYK
RGB Variations
Color information
#0F415F (or 0x0F415F) is known color: Astronaut Blue. HEX triplet: 0F, 41 and 5F. RGB value is (15,65,95). Sum of RGB (Red+Green+Blue) = 15+65+95=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #0F415F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F415F is #F0BEA0. Grayscale: #353535. Windows color (decimal): -15777441 or 6242575. OLE color: 6242575.
HSL color Cylindrical-coordinate representation of color #0F415F: hue angle of 202.5º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F415F is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 15 | 65 | 95 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.63 |
| HSL | 202.5º | 0.73% | 0.22% | - |
| HSV(B) | 202.5º | 0.84% | 0.37% | - |
| XYZ | 4.15 | 4.71 | 11.52 | - |
| YUV | 53.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 65 | 95 | 0.84 | 0.32 | 0 | 0.63 | 202.5 | 0.73 | 0.22 |
| Hex | F | 41 | 5F | 54 | 20 | 0 | 3F | CA | 49 | 16 |
| Octal | 17 | 101 | 137 | 124 | 40 | 0 | 77 | 312 | 111 | 26 |
| Binary | 1111 | 1000001 | 1011111 | 1010100 | 100000 | 0 | 111111 | 11001010 | 1001001 | 10110 |
Color Harmonies of #0F415F
Complementary color
Monochromatic Colors of #0F415F
Black with #0F415F
Text Example
Text Example
White with #0F415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F415F; }
p { color: rgb(15,65,95); }
H1.HeaderClassName
{
color: #0F415F;
}
.AnyTagClassName
{
color: #0F415F;
}
</style>
background-color css
<style>
a { background-color: #0F415F; }
a { background-color: rgb(15,65,95); }
div.DivClassName
{
background-color: #0F415F;
}
.BgClassName
{
background-color: #0F415F;
}
</style>
border-color css
<style>
span { border-color: #0F415F; }
span { border-color: rgb(15,65,95); }
td.TdClassName
{
border-color: #0F415F;
}
.TagClassName
{
border-color: #0F415F;
}
</style>