Shades of Astronaut Blue #0F445B
Tints of Astronaut Blue #0F445B
RGB
CMYK
RGB Variations
Color information
#0F445B (or 0x0F445B) is known color: Astronaut Blue. HEX triplet: 0F, 44 and 5B. RGB value is (15,68,91). Sum of RGB (Red+Green+Blue) = 15+68+91=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F445B is #F0BBA4. Grayscale: #363636. Windows color (decimal): -15776677 or 5981199. OLE color: 5981199.
HSL color Cylindrical-coordinate representation of color #0F445B: hue angle of 198.16º 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 #0F445B is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 68 | 91 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.64 |
| HSL | 198.16º | 0.72% | 0.21% | - |
| HSV(B) | 198.16º | 0.84% | 0.36% | - |
| XYZ | 4.15 | 4.99 | 10.64 | - |
| YUV | 54.78 | 148.44 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 68 | 91 | 0.84 | 0.25 | 0 | 0.64 | 198.16 | 0.72 | 0.21 |
| Hex | F | 44 | 5B | 54 | 19 | 0 | 40 | C6 | 48 | 15 |
| Octal | 17 | 104 | 133 | 124 | 31 | 0 | 100 | 306 | 110 | 25 |
| Binary | 1111 | 1000100 | 1011011 | 1010100 | 11001 | 0 | 1000000 | 11000110 | 1001000 | 10101 |
Color Harmonies of #0F445B
Complementary color
Monochromatic Colors of #0F445B
Black with #0F445B
Text Example
Text Example
White with #0F445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F445B; }
p { color: rgb(15,68,91); }
H1.HeaderClassName
{
color: #0F445B;
}
.AnyTagClassName
{
color: #0F445B;
}
</style>
background-color css
<style>
a { background-color: #0F445B; }
a { background-color: rgb(15,68,91); }
div.DivClassName
{
background-color: #0F445B;
}
.BgClassName
{
background-color: #0F445B;
}
</style>
border-color css
<style>
span { border-color: #0F445B; }
span { border-color: rgb(15,68,91); }
td.TdClassName
{
border-color: #0F445B;
}
.TagClassName
{
border-color: #0F445B;
}
</style>