Shades of Astronaut Blue #1B4657
Tints of Astronaut Blue #1B4657
RGB
CMYK
RGB Variations
Color information
#1B4657 (or 0x1B4657) is known color: Astronaut Blue. HEX triplet: 1B, 46 and 57. RGB value is (27,70,87). Sum of RGB (Red+Green+Blue) = 27+70+87=184 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.67% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B4657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4657 is #E4B9A8. Grayscale: #3A3A3A. Windows color (decimal): -14989737 or 5719579. OLE color: 5719579.
HSL color Cylindrical-coordinate representation of color #1B4657: hue angle of 197º degrees, saturation: 0.53, 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 #1B4657 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 70 | 87 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.66 |
| HSL | 197º | 0.53% | 0.22% | - |
| HSV(B) | 197º | 0.69% | 0.34% | - |
| XYZ | 4.36 | 5.3 | 9.81 | - |
| YUV | 59.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 70 | 87 | 0.69 | 0.20 | 0 | 0.66 | 197 | 0.53 | 0.22 |
| Hex | 1B | 46 | 57 | 45 | 14 | 0 | 42 | C5 | 35 | 16 |
| Octal | 33 | 106 | 127 | 105 | 24 | 0 | 102 | 305 | 65 | 26 |
| Binary | 11011 | 1000110 | 1010111 | 1000101 | 10100 | 0 | 1000010 | 11000101 | 110101 | 10110 |
Color Harmonies of #1B4657
Complementary color
Monochromatic Colors of #1B4657
Black with #1B4657
Text Example
Text Example
White with #1B4657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4657; }
p { color: rgb(27,70,87); }
H1.HeaderClassName
{
color: #1B4657;
}
.AnyTagClassName
{
color: #1B4657;
}
</style>
background-color css
<style>
a { background-color: #1B4657; }
a { background-color: rgb(27,70,87); }
div.DivClassName
{
background-color: #1B4657;
}
.BgClassName
{
background-color: #1B4657;
}
</style>
border-color css
<style>
span { border-color: #1B4657; }
span { border-color: rgb(27,70,87); }
td.TdClassName
{
border-color: #1B4657;
}
.TagClassName
{
border-color: #1B4657;
}
</style>