Shades of Astronaut Blue #0F4A63
Tints of Astronaut Blue #0F4A63
RGB
CMYK
RGB Variations
Color information
#0F4A63 (or 0x0F4A63) is known color: Astronaut Blue. HEX triplet: 0F, 4A and 63. RGB value is (15,74,99). Sum of RGB (Red+Green+Blue) = 15+74+99=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F4A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4A63 is #F0B59C. Grayscale: #3B3B3B. Windows color (decimal): -15775133 or 6507023. OLE color: 6507023.
HSL color Cylindrical-coordinate representation of color #0F4A63: hue angle of 197.86º 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 #0F4A63 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 15 | 74 | 99 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.61 |
| HSL | 197.86º | 0.74% | 0.22% | - |
| HSV(B) | 197.86º | 0.85% | 0.39% | - |
| XYZ | 4.9 | 5.9 | 12.69 | - |
| YUV | 59.21 | 150.45 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 74 | 99 | 0.85 | 0.25 | 0 | 0.61 | 197.86 | 0.74 | 0.22 |
| Hex | F | 4A | 63 | 55 | 19 | 0 | 3D | C6 | 4A | 16 |
| Octal | 17 | 112 | 143 | 125 | 31 | 0 | 75 | 306 | 112 | 26 |
| Binary | 1111 | 1001010 | 1100011 | 1010101 | 11001 | 0 | 111101 | 11000110 | 1001010 | 10110 |
Color Harmonies of #0F4A63
Complementary color
Monochromatic Colors of #0F4A63
Black with #0F4A63
Text Example
Text Example
White with #0F4A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4A63; }
p { color: rgb(15,74,99); }
H1.HeaderClassName
{
color: #0F4A63;
}
.AnyTagClassName
{
color: #0F4A63;
}
</style>
background-color css
<style>
a { background-color: #0F4A63; }
a { background-color: rgb(15,74,99); }
div.DivClassName
{
background-color: #0F4A63;
}
.BgClassName
{
background-color: #0F4A63;
}
</style>
border-color css
<style>
span { border-color: #0F4A63; }
span { border-color: rgb(15,74,99); }
td.TdClassName
{
border-color: #0F4A63;
}
.TagClassName
{
border-color: #0F4A63;
}
</style>