Shades of Astronaut Blue #1B4054
Tints of Astronaut Blue #1B4054
RGB
CMYK
RGB Variations
Color information
#1B4054 (or 0x1B4054) is known color: Astronaut Blue. HEX triplet: 1B, 40 and 54. RGB value is (27,64,84). Sum of RGB (Red+Green+Blue) = 27+64+84=175 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.43% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #1B4054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4054 is #E4BFAB. Grayscale: #373737. Windows color (decimal): -14991276 or 5521435. OLE color: 5521435.
HSL color Cylindrical-coordinate representation of color #1B4054: hue angle of 201.05º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B4054 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 64 | 84 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.67 |
| HSL | 201.05º | 0.51% | 0.22% | - |
| HSV(B) | 201.05º | 0.68% | 0.33% | - |
| XYZ | 3.89 | 4.54 | 9.06 | - |
| YUV | 55.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 64 | 84 | 0.68 | 0.24 | 0 | 0.67 | 201.05 | 0.51 | 0.22 |
| Hex | 1B | 40 | 54 | 44 | 18 | 0 | 43 | C9 | 33 | 16 |
| Octal | 33 | 100 | 124 | 104 | 30 | 0 | 103 | 311 | 63 | 26 |
| Binary | 11011 | 1000000 | 1010100 | 1000100 | 11000 | 0 | 1000011 | 11001001 | 110011 | 10110 |
Color Harmonies of #1B4054
Complementary color
Monochromatic Colors of #1B4054
Black with #1B4054
Text Example
Text Example
White with #1B4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4054; }
p { color: rgb(27,64,84); }
H1.HeaderClassName
{
color: #1B4054;
}
.AnyTagClassName
{
color: #1B4054;
}
</style>
background-color css
<style>
a { background-color: #1B4054; }
a { background-color: rgb(27,64,84); }
div.DivClassName
{
background-color: #1B4054;
}
.BgClassName
{
background-color: #1B4054;
}
</style>
border-color css
<style>
span { border-color: #1B4054; }
span { border-color: rgb(27,64,84); }
td.TdClassName
{
border-color: #1B4054;
}
.TagClassName
{
border-color: #1B4054;
}
</style>