Shades of Astronaut Blue #0F4A5B
Tints of Astronaut Blue #0F4A5B
RGB
CMYK
RGB Variations
Color information
#0F4A5B (or 0x0F4A5B) is known color: Astronaut Blue. HEX triplet: 0F, 4A and 5B. RGB value is (15,74,91). Sum of RGB (Red+Green+Blue) = 15+74+91=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F4A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4A5B is #F0B5A4. Grayscale: #3A3A3A. Windows color (decimal): -15775141 or 5982735. OLE color: 5982735.
HSL color Cylindrical-coordinate representation of color #0F4A5B: hue angle of 193.42º 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 #0F4A5B is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 74 | 91 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.64 |
| HSL | 193.42º | 0.72% | 0.21% | - |
| HSV(B) | 193.42º | 0.84% | 0.36% | - |
| XYZ | 4.53 | 5.75 | 10.77 | - |
| YUV | 58.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 74 | 91 | 0.84 | 0.19 | 0 | 0.64 | 193.42 | 0.72 | 0.21 |
| Hex | F | 4A | 5B | 54 | 13 | 0 | 40 | C1 | 48 | 15 |
| Octal | 17 | 112 | 133 | 124 | 23 | 0 | 100 | 301 | 110 | 25 |
| Binary | 1111 | 1001010 | 1011011 | 1010100 | 10011 | 0 | 1000000 | 11000001 | 1001000 | 10101 |
Color Harmonies of #0F4A5B
Complementary color
Monochromatic Colors of #0F4A5B
Black with #0F4A5B
Text Example
Text Example
White with #0F4A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4A5B; }
p { color: rgb(15,74,91); }
H1.HeaderClassName
{
color: #0F4A5B;
}
.AnyTagClassName
{
color: #0F4A5B;
}
</style>
background-color css
<style>
a { background-color: #0F4A5B; }
a { background-color: rgb(15,74,91); }
div.DivClassName
{
background-color: #0F4A5B;
}
.BgClassName
{
background-color: #0F4A5B;
}
</style>
border-color css
<style>
span { border-color: #0F4A5B; }
span { border-color: rgb(15,74,91); }
td.TdClassName
{
border-color: #0F4A5B;
}
.TagClassName
{
border-color: #0F4A5B;
}
</style>