Shades of Astronaut Blue #1B4658
Tints of Astronaut Blue #1B4658
RGB
CMYK
RGB Variations
Color information
#1B4658 (or 0x1B4658) is known color: Astronaut Blue. HEX triplet: 1B, 46 and 58. RGB value is (27,70,88). Sum of RGB (Red+Green+Blue) = 27+70+88=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B4658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4658 is #E4B9A7. Grayscale: #3B3B3B. Windows color (decimal): -14989736 or 5785115. OLE color: 5785115.
HSL color Cylindrical-coordinate representation of color #1B4658: hue angle of 197.7º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B4658 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 70 | 88 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.65 |
| HSL | 197.7º | 0.53% | 0.23% | - |
| HSV(B) | 197.7º | 0.69% | 0.35% | - |
| XYZ | 4.4 | 5.32 | 10.03 | - |
| YUV | 59.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 70 | 88 | 0.69 | 0.20 | 0 | 0.65 | 197.7 | 0.53 | 0.23 |
| Hex | 1B | 46 | 58 | 45 | 14 | 0 | 41 | C6 | 35 | 17 |
| Octal | 33 | 106 | 130 | 105 | 24 | 0 | 101 | 306 | 65 | 27 |
| Binary | 11011 | 1000110 | 1011000 | 1000101 | 10100 | 0 | 1000001 | 11000110 | 110101 | 10111 |
Color Harmonies of #1B4658
Complementary color
Monochromatic Colors of #1B4658
Black with #1B4658
Text Example
Text Example
White with #1B4658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4658; }
p { color: rgb(27,70,88); }
H1.HeaderClassName
{
color: #1B4658;
}
.AnyTagClassName
{
color: #1B4658;
}
</style>
background-color css
<style>
a { background-color: #1B4658; }
a { background-color: rgb(27,70,88); }
div.DivClassName
{
background-color: #1B4658;
}
.BgClassName
{
background-color: #1B4658;
}
</style>
border-color css
<style>
span { border-color: #1B4658; }
span { border-color: rgb(27,70,88); }
td.TdClassName
{
border-color: #1B4658;
}
.TagClassName
{
border-color: #1B4658;
}
</style>