Shades of Astronaut Blue #0F4455
Tints of Astronaut Blue #0F4455
RGB
CMYK
RGB Variations
Color information
#0F4455 (or 0x0F4455) is known color: Astronaut Blue. HEX triplet: 0F, 44 and 55. RGB value is (15,68,85). Sum of RGB (Red+Green+Blue) = 15+68+85=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F4455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4455 is #F0BBAA. Grayscale: #353535. Windows color (decimal): -15776683 or 5587983. OLE color: 5587983.
HSL color Cylindrical-coordinate representation of color #0F4455: hue angle of 194.57º 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 #0F4455 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 68 | 85 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.67 |
| HSL | 194.57º | 0.7% | 0.2% | - |
| HSV(B) | 194.57º | 0.82% | 0.33% | - |
| XYZ | 3.9 | 4.89 | 9.33 | - |
| YUV | 54.09 | 145.44 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 68 | 85 | 0.82 | 0.20 | 0 | 0.67 | 194.57 | 0.7 | 0.2 |
| Hex | F | 44 | 55 | 52 | 14 | 0 | 43 | C3 | 46 | 14 |
| Octal | 17 | 104 | 125 | 122 | 24 | 0 | 103 | 303 | 106 | 24 |
| Binary | 1111 | 1000100 | 1010101 | 1010010 | 10100 | 0 | 1000011 | 11000011 | 1000110 | 10100 |
Color Harmonies of #0F4455
Complementary color
Monochromatic Colors of #0F4455
Black with #0F4455
Text Example
Text Example
White with #0F4455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4455; }
p { color: rgb(15,68,85); }
H1.HeaderClassName
{
color: #0F4455;
}
.AnyTagClassName
{
color: #0F4455;
}
</style>
background-color css
<style>
a { background-color: #0F4455; }
a { background-color: rgb(15,68,85); }
div.DivClassName
{
background-color: #0F4455;
}
.BgClassName
{
background-color: #0F4455;
}
</style>
border-color css
<style>
span { border-color: #0F4455; }
span { border-color: rgb(15,68,85); }
td.TdClassName
{
border-color: #0F4455;
}
.TagClassName
{
border-color: #0F4455;
}
</style>