Shades of Astronaut Blue #0B3F59
Tints of Astronaut Blue #0B3F59
RGB
CMYK
RGB Variations
Color information
#0B3F59 (or 0x0B3F59) is known color: Astronaut Blue. HEX triplet: 0B, 3F and 59. RGB value is (11,63,89). Sum of RGB (Red+Green+Blue) = 11+63+89=163 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.75% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B3F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3F59 is #F4C0A6. Grayscale: #323232. Windows color (decimal): -16040103 or 5848843. OLE color: 5848843.
HSL color Cylindrical-coordinate representation of color #0B3F59: hue angle of 200º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B3F59 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 63 | 89 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.65 |
| HSL | 200º | 0.78% | 0.2% | - |
| HSV(B) | 200º | 0.88% | 0.35% | - |
| XYZ | 3.72 | 4.35 | 10.09 | - |
| YUV | 50.42 | 149.77 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 63 | 89 | 0.88 | 0.29 | 0 | 0.65 | 200 | 0.78 | 0.2 |
| Hex | B | 3F | 59 | 58 | 1D | 0 | 41 | C8 | 4E | 14 |
| Octal | 13 | 77 | 131 | 130 | 35 | 0 | 101 | 310 | 116 | 24 |
| Binary | 1011 | 111111 | 1011001 | 1011000 | 11101 | 0 | 1000001 | 11001000 | 1001110 | 10100 |
Color Harmonies of #0B3F59
Complementary color
Monochromatic Colors of #0B3F59
Black with #0B3F59
Text Example
Text Example
White with #0B3F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3F59; }
p { color: rgb(11,63,89); }
H1.HeaderClassName
{
color: #0B3F59;
}
.AnyTagClassName
{
color: #0B3F59;
}
</style>
background-color css
<style>
a { background-color: #0B3F59; }
a { background-color: rgb(11,63,89); }
div.DivClassName
{
background-color: #0B3F59;
}
.BgClassName
{
background-color: #0B3F59;
}
</style>
border-color css
<style>
span { border-color: #0B3F59; }
span { border-color: rgb(11,63,89); }
td.TdClassName
{
border-color: #0B3F59;
}
.TagClassName
{
border-color: #0B3F59;
}
</style>