Shades of Astronaut Blue #0F445C
Tints of Astronaut Blue #0F445C
RGB
CMYK
RGB Variations
Color information
#0F445C (or 0x0F445C) is known color: Astronaut Blue. HEX triplet: 0F, 44 and 5C. RGB value is (15,68,92). Sum of RGB (Red+Green+Blue) = 15+68+92=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F445C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F445C is #F0BBA3. Grayscale: #363636. Windows color (decimal): -15776676 or 6046735. OLE color: 6046735.
HSL color Cylindrical-coordinate representation of color #0F445C: hue angle of 198.7º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F445C is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 68 | 92 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.64 |
| HSL | 198.7º | 0.72% | 0.21% | - |
| HSV(B) | 198.7º | 0.84% | 0.36% | - |
| XYZ | 4.2 | 5.01 | 10.87 | - |
| YUV | 54.89 | 148.94 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 68 | 92 | 0.84 | 0.26 | 0 | 0.64 | 198.7 | 0.72 | 0.21 |
| Hex | F | 44 | 5C | 54 | 1A | 0 | 40 | C7 | 48 | 15 |
| Octal | 17 | 104 | 134 | 124 | 32 | 0 | 100 | 307 | 110 | 25 |
| Binary | 1111 | 1000100 | 1011100 | 1010100 | 11010 | 0 | 1000000 | 11000111 | 1001000 | 10101 |
Color Harmonies of #0F445C
Complementary color
Monochromatic Colors of #0F445C
Black with #0F445C
Text Example
Text Example
White with #0F445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F445C; }
p { color: rgb(15,68,92); }
H1.HeaderClassName
{
color: #0F445C;
}
.AnyTagClassName
{
color: #0F445C;
}
</style>
background-color css
<style>
a { background-color: #0F445C; }
a { background-color: rgb(15,68,92); }
div.DivClassName
{
background-color: #0F445C;
}
.BgClassName
{
background-color: #0F445C;
}
</style>
border-color css
<style>
span { border-color: #0F445C; }
span { border-color: rgb(15,68,92); }
td.TdClassName
{
border-color: #0F445C;
}
.TagClassName
{
border-color: #0F445C;
}
</style>