Shades of Astronaut Blue #1B4158
Tints of Astronaut Blue #1B4158
RGB
CMYK
RGB Variations
Color information
#1B4158 (or 0x1B4158) is known color: Astronaut Blue. HEX triplet: 1B, 41 and 58. RGB value is (27,65,88). Sum of RGB (Red+Green+Blue) = 27+65+88=180 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B4158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4158 is #E4BEA7. Grayscale: #383838. Windows color (decimal): -14991016 or 5783835. OLE color: 5783835.
HSL color Cylindrical-coordinate representation of color #1B4158: hue angle of 202.62º 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 #1B4158 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 65 | 88 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.65 |
| HSL | 202.62º | 0.53% | 0.23% | - |
| HSV(B) | 202.62º | 0.69% | 0.35% | - |
| XYZ | 4.1 | 4.72 | 9.93 | - |
| YUV | 56.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 65 | 88 | 0.69 | 0.26 | 0 | 0.65 | 202.62 | 0.53 | 0.23 |
| Hex | 1B | 41 | 58 | 45 | 1A | 0 | 41 | CB | 35 | 17 |
| Octal | 33 | 101 | 130 | 105 | 32 | 0 | 101 | 313 | 65 | 27 |
| Binary | 11011 | 1000001 | 1011000 | 1000101 | 11010 | 0 | 1000001 | 11001011 | 110101 | 10111 |
Color Harmonies of #1B4158
Complementary color
Monochromatic Colors of #1B4158
Black with #1B4158
Text Example
Text Example
White with #1B4158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4158; }
p { color: rgb(27,65,88); }
H1.HeaderClassName
{
color: #1B4158;
}
.AnyTagClassName
{
color: #1B4158;
}
</style>
background-color css
<style>
a { background-color: #1B4158; }
a { background-color: rgb(27,65,88); }
div.DivClassName
{
background-color: #1B4158;
}
.BgClassName
{
background-color: #1B4158;
}
</style>
border-color css
<style>
span { border-color: #1B4158; }
span { border-color: rgb(27,65,88); }
td.TdClassName
{
border-color: #1B4158;
}
.TagClassName
{
border-color: #1B4158;
}
</style>