Shades of Astronaut Blue #0F4155
Tints of Astronaut Blue #0F4155
RGB
CMYK
RGB Variations
Color information
#0F4155 (or 0x0F4155) is known color: Astronaut Blue. HEX triplet: 0F, 41 and 55. RGB value is (15,65,85). Sum of RGB (Red+Green+Blue) = 15+65+85=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F4155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4155 is #F0BEAA. Grayscale: #343434. Windows color (decimal): -15777451 or 5587215. OLE color: 5587215.
HSL color Cylindrical-coordinate representation of color #0F4155: hue angle of 197.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F4155 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 65 | 85 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.67 |
| HSL | 197.14º | 0.7% | 0.2% | - |
| HSV(B) | 197.14º | 0.82% | 0.33% | - |
| XYZ | 3.73 | 4.54 | 9.27 | - |
| YUV | 52.33 | 146.44 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 65 | 85 | 0.82 | 0.24 | 0 | 0.67 | 197.14 | 0.7 | 0.2 |
| Hex | F | 41 | 55 | 52 | 18 | 0 | 43 | C5 | 46 | 14 |
| Octal | 17 | 101 | 125 | 122 | 30 | 0 | 103 | 305 | 106 | 24 |
| Binary | 1111 | 1000001 | 1010101 | 1010010 | 11000 | 0 | 1000011 | 11000101 | 1000110 | 10100 |
Color Harmonies of #0F4155
Complementary color
Monochromatic Colors of #0F4155
Black with #0F4155
Text Example
Text Example
White with #0F4155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4155; }
p { color: rgb(15,65,85); }
H1.HeaderClassName
{
color: #0F4155;
}
.AnyTagClassName
{
color: #0F4155;
}
</style>
background-color css
<style>
a { background-color: #0F4155; }
a { background-color: rgb(15,65,85); }
div.DivClassName
{
background-color: #0F4155;
}
.BgClassName
{
background-color: #0F4155;
}
</style>
border-color css
<style>
span { border-color: #0F4155; }
span { border-color: rgb(15,65,85); }
td.TdClassName
{
border-color: #0F4155;
}
.TagClassName
{
border-color: #0F4155;
}
</style>