Shades of Astronaut Blue #0F4255
Tints of Astronaut Blue #0F4255
RGB
CMYK
RGB Variations
Color information
#0F4255 (or 0x0F4255) is known color: Astronaut Blue. HEX triplet: 0F, 42 and 55. RGB value is (15,66,85). Sum of RGB (Red+Green+Blue) = 15+66+85=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F4255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4255 is #F0BDAA. Grayscale: #343434. Windows color (decimal): -15777195 or 5587471. OLE color: 5587471.
HSL color Cylindrical-coordinate representation of color #0F4255: hue angle of 196.29º 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 #0F4255 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 66 | 85 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.67 |
| HSL | 196.29º | 0.7% | 0.2% | - |
| HSV(B) | 196.29º | 0.82% | 0.33% | - |
| XYZ | 3.78 | 4.65 | 9.29 | - |
| YUV | 52.92 | 146.1 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 66 | 85 | 0.82 | 0.22 | 0 | 0.67 | 196.29 | 0.7 | 0.2 |
| Hex | F | 42 | 55 | 52 | 16 | 0 | 43 | C4 | 46 | 14 |
| Octal | 17 | 102 | 125 | 122 | 26 | 0 | 103 | 304 | 106 | 24 |
| Binary | 1111 | 1000010 | 1010101 | 1010010 | 10110 | 0 | 1000011 | 11000100 | 1000110 | 10100 |
Color Harmonies of #0F4255
Complementary color
Monochromatic Colors of #0F4255
Black with #0F4255
Text Example
Text Example
White with #0F4255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4255; }
p { color: rgb(15,66,85); }
H1.HeaderClassName
{
color: #0F4255;
}
.AnyTagClassName
{
color: #0F4255;
}
</style>
background-color css
<style>
a { background-color: #0F4255; }
a { background-color: rgb(15,66,85); }
div.DivClassName
{
background-color: #0F4255;
}
.BgClassName
{
background-color: #0F4255;
}
</style>
border-color css
<style>
span { border-color: #0F4255; }
span { border-color: rgb(15,66,85); }
td.TdClassName
{
border-color: #0F4255;
}
.TagClassName
{
border-color: #0F4255;
}
</style>