Shades of Astronaut Blue #1B4556
Tints of Astronaut Blue #1B4556
RGB
CMYK
RGB Variations
Color information
#1B4556 (or 0x1B4556) is known color: Astronaut Blue. HEX triplet: 1B, 45 and 56. RGB value is (27,69,86). Sum of RGB (Red+Green+Blue) = 27+69+86=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #1B4556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4556 is #E4BAA9. Grayscale: #3A3A3A. Windows color (decimal): -14989994 or 5653787. OLE color: 5653787.
HSL color Cylindrical-coordinate representation of color #1B4556: hue angle of 197.29º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B4556 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 69 | 86 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.66 |
| HSL | 197.29º | 0.52% | 0.22% | - |
| HSV(B) | 197.29º | 0.69% | 0.34% | - |
| XYZ | 4.26 | 5.16 | 9.58 | - |
| YUV | 58.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 69 | 86 | 0.69 | 0.20 | 0 | 0.66 | 197.29 | 0.52 | 0.22 |
| Hex | 1B | 45 | 56 | 45 | 14 | 0 | 42 | C5 | 34 | 16 |
| Octal | 33 | 105 | 126 | 105 | 24 | 0 | 102 | 305 | 64 | 26 |
| Binary | 11011 | 1000101 | 1010110 | 1000101 | 10100 | 0 | 1000010 | 11000101 | 110100 | 10110 |
Color Harmonies of #1B4556
Complementary color
Monochromatic Colors of #1B4556
Black with #1B4556
Text Example
Text Example
White with #1B4556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4556; }
p { color: rgb(27,69,86); }
H1.HeaderClassName
{
color: #1B4556;
}
.AnyTagClassName
{
color: #1B4556;
}
</style>
background-color css
<style>
a { background-color: #1B4556; }
a { background-color: rgb(27,69,86); }
div.DivClassName
{
background-color: #1B4556;
}
.BgClassName
{
background-color: #1B4556;
}
</style>
border-color css
<style>
span { border-color: #1B4556; }
span { border-color: rgb(27,69,86); }
td.TdClassName
{
border-color: #1B4556;
}
.TagClassName
{
border-color: #1B4556;
}
</style>