Shades of Astronaut Blue #1B465B
Tints of Astronaut Blue #1B465B
RGB
CMYK
RGB Variations
Color information
#1B465B (or 0x1B465B) is known color: Astronaut Blue. HEX triplet: 1B, 46 and 5B. RGB value is (27,70,91). Sum of RGB (Red+Green+Blue) = 27+70+91=188 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.36% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #1B465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B465B is #E4B9A4. Grayscale: #3B3B3B. Windows color (decimal): -14989733 or 5981723. OLE color: 5981723.
HSL color Cylindrical-coordinate representation of color #1B465B: hue angle of 199.69º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B465B is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 70 | 91 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.64 |
| HSL | 199.69º | 0.54% | 0.23% | - |
| HSV(B) | 199.69º | 0.7% | 0.36% | - |
| XYZ | 4.53 | 5.37 | 10.7 | - |
| YUV | 59.54 | 145.75 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 70 | 91 | 0.70 | 0.23 | 0 | 0.64 | 199.69 | 0.54 | 0.23 |
| Hex | 1B | 46 | 5B | 46 | 17 | 0 | 40 | C8 | 36 | 17 |
| Octal | 33 | 106 | 133 | 106 | 27 | 0 | 100 | 310 | 66 | 27 |
| Binary | 11011 | 1000110 | 1011011 | 1000110 | 10111 | 0 | 1000000 | 11001000 | 110110 | 10111 |
Color Harmonies of #1B465B
Complementary color
Monochromatic Colors of #1B465B
Black with #1B465B
Text Example
Text Example
White with #1B465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B465B; }
p { color: rgb(27,70,91); }
H1.HeaderClassName
{
color: #1B465B;
}
.AnyTagClassName
{
color: #1B465B;
}
</style>
background-color css
<style>
a { background-color: #1B465B; }
a { background-color: rgb(27,70,91); }
div.DivClassName
{
background-color: #1B465B;
}
.BgClassName
{
background-color: #1B465B;
}
</style>
border-color css
<style>
span { border-color: #1B465B; }
span { border-color: rgb(27,70,91); }
td.TdClassName
{
border-color: #1B465B;
}
.TagClassName
{
border-color: #1B465B;
}
</style>