Shades of Astronaut Blue #1B4555
Tints of Astronaut Blue #1B4555
RGB
CMYK
RGB Variations
Color information
#1B4555 (or 0x1B4555) is known color: Astronaut Blue. HEX triplet: 1B, 45 and 55. RGB value is (27,69,85). Sum of RGB (Red+Green+Blue) = 27+69+85=181 (23% of max value = 765). Red value is 27 (10.94% from 255 or 14.92% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #1B4555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4555 is #E4BAAA. Grayscale: #3A3A3A. Windows color (decimal): -14989995 or 5588251. OLE color: 5588251.
HSL color Cylindrical-coordinate representation of color #1B4555: hue angle of 196.55º degrees, saturation: 0.52, 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 #1B4555 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 69 | 85 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.67 |
| HSL | 196.55º | 0.52% | 0.22% | - |
| HSV(B) | 196.55º | 0.68% | 0.33% | - |
| XYZ | 4.22 | 5.15 | 9.37 | - |
| YUV | 58.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 69 | 85 | 0.68 | 0.19 | 0 | 0.67 | 196.55 | 0.52 | 0.22 |
| Hex | 1B | 45 | 55 | 44 | 13 | 0 | 43 | C5 | 34 | 16 |
| Octal | 33 | 105 | 125 | 104 | 23 | 0 | 103 | 305 | 64 | 26 |
| Binary | 11011 | 1000101 | 1010101 | 1000100 | 10011 | 0 | 1000011 | 11000101 | 110100 | 10110 |
Color Harmonies of #1B4555
Complementary color
Monochromatic Colors of #1B4555
Black with #1B4555
Text Example
Text Example
White with #1B4555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4555; }
p { color: rgb(27,69,85); }
H1.HeaderClassName
{
color: #1B4555;
}
.AnyTagClassName
{
color: #1B4555;
}
</style>
background-color css
<style>
a { background-color: #1B4555; }
a { background-color: rgb(27,69,85); }
div.DivClassName
{
background-color: #1B4555;
}
.BgClassName
{
background-color: #1B4555;
}
</style>
border-color css
<style>
span { border-color: #1B4555; }
span { border-color: rgb(27,69,85); }
td.TdClassName
{
border-color: #1B4555;
}
.TagClassName
{
border-color: #1B4555;
}
</style>