Shades of Astronaut Blue #0F405B
Tints of Astronaut Blue #0F405B
RGB
CMYK
RGB Variations
Color information
#0F405B (or 0x0F405B) is known color: Astronaut Blue. HEX triplet: 0F, 40 and 5B. RGB value is (15,64,91). Sum of RGB (Red+Green+Blue) = 15+64+91=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F405B is #F0BFA4. Grayscale: #343434. Windows color (decimal): -15777701 or 5980175. OLE color: 5980175.
HSL color Cylindrical-coordinate representation of color #0F405B: hue angle of 201.32º 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 #0F405B is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 64 | 91 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.64 |
| HSL | 201.32º | 0.72% | 0.21% | - |
| HSV(B) | 201.32º | 0.84% | 0.36% | - |
| XYZ | 3.92 | 4.52 | 10.56 | - |
| YUV | 52.43 | 149.77 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 91 | 0.84 | 0.30 | 0 | 0.64 | 201.32 | 0.72 | 0.21 |
| Hex | F | 40 | 5B | 54 | 1E | 0 | 40 | C9 | 48 | 15 |
| Octal | 17 | 100 | 133 | 124 | 36 | 0 | 100 | 311 | 110 | 25 |
| Binary | 1111 | 1000000 | 1011011 | 1010100 | 11110 | 0 | 1000000 | 11001001 | 1001000 | 10101 |
Color Harmonies of #0F405B
Complementary color
Monochromatic Colors of #0F405B
Black with #0F405B
Text Example
Text Example
White with #0F405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F405B; }
p { color: rgb(15,64,91); }
H1.HeaderClassName
{
color: #0F405B;
}
.AnyTagClassName
{
color: #0F405B;
}
</style>
background-color css
<style>
a { background-color: #0F405B; }
a { background-color: rgb(15,64,91); }
div.DivClassName
{
background-color: #0F405B;
}
.BgClassName
{
background-color: #0F405B;
}
</style>
border-color css
<style>
span { border-color: #0F405B; }
span { border-color: rgb(15,64,91); }
td.TdClassName
{
border-color: #0F405B;
}
.TagClassName
{
border-color: #0F405B;
}
</style>