Shades of Astronaut Blue #0B4460
Tints of Astronaut Blue #0B4460
RGB
CMYK
RGB Variations
Color information
#0B4460 (or 0x0B4460) is known color: Astronaut Blue. HEX triplet: 0B, 44 and 60. RGB value is (11,68,96). Sum of RGB (Red+Green+Blue) = 11+68+96=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B4460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4460 is #F4BB9F. Grayscale: #353535. Windows color (decimal): -16038816 or 6308875. OLE color: 6308875.
HSL color Cylindrical-coordinate representation of color #0B4460: hue angle of 199.76º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B4460 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 68 | 96 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.62 |
| HSL | 199.76º | 0.79% | 0.21% | - |
| HSV(B) | 199.76º | 0.89% | 0.38% | - |
| XYZ | 4.32 | 5.05 | 11.81 | - |
| YUV | 54.15 | 151.62 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 68 | 96 | 0.89 | 0.29 | 0 | 0.62 | 199.76 | 0.79 | 0.21 |
| Hex | B | 44 | 60 | 59 | 1D | 0 | 3E | C8 | 4F | 15 |
| Octal | 13 | 104 | 140 | 131 | 35 | 0 | 76 | 310 | 117 | 25 |
| Binary | 1011 | 1000100 | 1100000 | 1011001 | 11101 | 0 | 111110 | 11001000 | 1001111 | 10101 |
Color Harmonies of #0B4460
Complementary color
Monochromatic Colors of #0B4460
Black with #0B4460
Text Example
Text Example
White with #0B4460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4460; }
p { color: rgb(11,68,96); }
H1.HeaderClassName
{
color: #0B4460;
}
.AnyTagClassName
{
color: #0B4460;
}
</style>
background-color css
<style>
a { background-color: #0B4460; }
a { background-color: rgb(11,68,96); }
div.DivClassName
{
background-color: #0B4460;
}
.BgClassName
{
background-color: #0B4460;
}
</style>
border-color css
<style>
span { border-color: #0B4460; }
span { border-color: rgb(11,68,96); }
td.TdClassName
{
border-color: #0B4460;
}
.TagClassName
{
border-color: #0B4460;
}
</style>