Shades of Astronaut Blue #0F4057
Tints of Astronaut Blue #0F4057
RGB
CMYK
RGB Variations
Color information
#0F4057 (or 0x0F4057) is known color: Astronaut Blue. HEX triplet: 0F, 40 and 57. RGB value is (15,64,87). Sum of RGB (Red+Green+Blue) = 15+64+87=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #0F4057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4057 is #F0BFA8. Grayscale: #333333. Windows color (decimal): -15777705 or 5718031. OLE color: 5718031.
HSL color Cylindrical-coordinate representation of color #0F4057: hue angle of 199.17º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F4057 is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 64 | 87 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.66 |
| HSL | 199.17º | 0.71% | 0.2% | - |
| HSV(B) | 199.17º | 0.83% | 0.34% | - |
| XYZ | 3.75 | 4.46 | 9.68 | - |
| YUV | 51.97 | 147.77 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 87 | 0.83 | 0.26 | 0 | 0.66 | 199.17 | 0.71 | 0.2 |
| Hex | F | 40 | 57 | 53 | 1A | 0 | 42 | C7 | 47 | 14 |
| Octal | 17 | 100 | 127 | 123 | 32 | 0 | 102 | 307 | 107 | 24 |
| Binary | 1111 | 1000000 | 1010111 | 1010011 | 11010 | 0 | 1000010 | 11000111 | 1000111 | 10100 |
Color Harmonies of #0F4057
Complementary color
Monochromatic Colors of #0F4057
Black with #0F4057
Text Example
Text Example
White with #0F4057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4057; }
p { color: rgb(15,64,87); }
H1.HeaderClassName
{
color: #0F4057;
}
.AnyTagClassName
{
color: #0F4057;
}
</style>
background-color css
<style>
a { background-color: #0F4057; }
a { background-color: rgb(15,64,87); }
div.DivClassName
{
background-color: #0F4057;
}
.BgClassName
{
background-color: #0F4057;
}
</style>
border-color css
<style>
span { border-color: #0F4057; }
span { border-color: rgb(15,64,87); }
td.TdClassName
{
border-color: #0F4057;
}
.TagClassName
{
border-color: #0F4057;
}
</style>