Shades of Astronaut Blue #0F4563
Tints of Astronaut Blue #0F4563
RGB
CMYK
RGB Variations
Color information
#0F4563 (or 0x0F4563) is known color: Astronaut Blue. HEX triplet: 0F, 45 and 63. RGB value is (15,69,99). Sum of RGB (Red+Green+Blue) = 15+69+99=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F4563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4563 is #F0BA9C. Grayscale: #383838. Windows color (decimal): -15776413 or 6505743. OLE color: 6505743.
HSL color Cylindrical-coordinate representation of color #0F4563: hue angle of 201.43º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F4563 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 15 | 69 | 99 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.61 |
| HSL | 201.43º | 0.74% | 0.22% | - |
| HSV(B) | 201.43º | 0.85% | 0.39% | - |
| XYZ | 4.58 | 5.26 | 12.58 | - |
| YUV | 56.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 69 | 99 | 0.85 | 0.30 | 0 | 0.61 | 201.43 | 0.74 | 0.22 |
| Hex | F | 45 | 63 | 55 | 1E | 0 | 3D | C9 | 4A | 16 |
| Octal | 17 | 105 | 143 | 125 | 36 | 0 | 75 | 311 | 112 | 26 |
| Binary | 1111 | 1000101 | 1100011 | 1010101 | 11110 | 0 | 111101 | 11001001 | 1001010 | 10110 |
Color Harmonies of #0F4563
Complementary color
Monochromatic Colors of #0F4563
Black with #0F4563
Text Example
Text Example
White with #0F4563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4563; }
p { color: rgb(15,69,99); }
H1.HeaderClassName
{
color: #0F4563;
}
.AnyTagClassName
{
color: #0F4563;
}
</style>
background-color css
<style>
a { background-color: #0F4563; }
a { background-color: rgb(15,69,99); }
div.DivClassName
{
background-color: #0F4563;
}
.BgClassName
{
background-color: #0F4563;
}
</style>
border-color css
<style>
span { border-color: #0F4563; }
span { border-color: rgb(15,69,99); }
td.TdClassName
{
border-color: #0F4563;
}
.TagClassName
{
border-color: #0F4563;
}
</style>