Shades of Astronaut Blue #0F4555
Tints of Astronaut Blue #0F4555
RGB
CMYK
RGB Variations
Color information
#0F4555 (or 0x0F4555) is known color: Astronaut Blue. HEX triplet: 0F, 45 and 55. RGB value is (15,69,85). Sum of RGB (Red+Green+Blue) = 15+69+85=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F4555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4555 is #F0BAAA. Grayscale: #363636. Windows color (decimal): -15776427 or 5588239. OLE color: 5588239.
HSL color Cylindrical-coordinate representation of color #0F4555: hue angle of 193.71º 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 #0F4555 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 69 | 85 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.67 |
| HSL | 193.71º | 0.7% | 0.2% | - |
| HSV(B) | 193.71º | 0.82% | 0.33% | - |
| XYZ | 3.96 | 5.01 | 9.35 | - |
| YUV | 54.68 | 145.11 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 69 | 85 | 0.82 | 0.19 | 0 | 0.67 | 193.71 | 0.7 | 0.2 |
| Hex | F | 45 | 55 | 52 | 13 | 0 | 43 | C2 | 46 | 14 |
| Octal | 17 | 105 | 125 | 122 | 23 | 0 | 103 | 302 | 106 | 24 |
| Binary | 1111 | 1000101 | 1010101 | 1010010 | 10011 | 0 | 1000011 | 11000010 | 1000110 | 10100 |
Color Harmonies of #0F4555
Complementary color
Monochromatic Colors of #0F4555
Black with #0F4555
Text Example
Text Example
White with #0F4555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4555; }
p { color: rgb(15,69,85); }
H1.HeaderClassName
{
color: #0F4555;
}
.AnyTagClassName
{
color: #0F4555;
}
</style>
background-color css
<style>
a { background-color: #0F4555; }
a { background-color: rgb(15,69,85); }
div.DivClassName
{
background-color: #0F4555;
}
.BgClassName
{
background-color: #0F4555;
}
</style>
border-color css
<style>
span { border-color: #0F4555; }
span { border-color: rgb(15,69,85); }
td.TdClassName
{
border-color: #0F4555;
}
.TagClassName
{
border-color: #0F4555;
}
</style>