Shades of Astronaut Blue #1B4354
Tints of Astronaut Blue #1B4354
RGB
CMYK
RGB Variations
Color information
#1B4354 (or 0x1B4354) is known color: Astronaut Blue. HEX triplet: 1B, 43 and 54. RGB value is (27,67,84). Sum of RGB (Red+Green+Blue) = 27+67+84=178 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.17% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #1B4354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4354 is #E4BCAB. Grayscale: #383838. Windows color (decimal): -14990508 or 5522203. OLE color: 5522203.
HSL color Cylindrical-coordinate representation of color #1B4354: hue angle of 197.89º 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 #1B4354 is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 67 | 84 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.67 |
| HSL | 197.89º | 0.51% | 0.22% | - |
| HSV(B) | 197.89º | 0.68% | 0.33% | - |
| XYZ | 4.06 | 4.89 | 9.12 | - |
| YUV | 56.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 67 | 84 | 0.68 | 0.20 | 0 | 0.67 | 197.89 | 0.51 | 0.22 |
| Hex | 1B | 43 | 54 | 44 | 14 | 0 | 43 | C6 | 33 | 16 |
| Octal | 33 | 103 | 124 | 104 | 24 | 0 | 103 | 306 | 63 | 26 |
| Binary | 11011 | 1000011 | 1010100 | 1000100 | 10100 | 0 | 1000011 | 11000110 | 110011 | 10110 |
Color Harmonies of #1B4354
Complementary color
Monochromatic Colors of #1B4354
Black with #1B4354
Text Example
Text Example
White with #1B4354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4354; }
p { color: rgb(27,67,84); }
H1.HeaderClassName
{
color: #1B4354;
}
.AnyTagClassName
{
color: #1B4354;
}
</style>
background-color css
<style>
a { background-color: #1B4354; }
a { background-color: rgb(27,67,84); }
div.DivClassName
{
background-color: #1B4354;
}
.BgClassName
{
background-color: #1B4354;
}
</style>
border-color css
<style>
span { border-color: #1B4354; }
span { border-color: rgb(27,67,84); }
td.TdClassName
{
border-color: #1B4354;
}
.TagClassName
{
border-color: #1B4354;
}
</style>