Shades of Astronaut Blue #1B485A
Tints of Astronaut Blue #1B485A
RGB
CMYK
RGB Variations
Color information
#1B485A (or 0x1B485A) is known color: Astronaut Blue. HEX triplet: 1B, 48 and 5A. RGB value is (27,72,90). Sum of RGB (Red+Green+Blue) = 27+72+90=189 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.29% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #1B485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B485A is #E4B7A5. Grayscale: #3C3C3C. Windows color (decimal): -14989222 or 5916699. OLE color: 5916699.
HSL color Cylindrical-coordinate representation of color #1B485A: hue angle of 197.14º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B485A is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 72 | 90 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.65 |
| HSL | 197.14º | 0.54% | 0.23% | - |
| HSV(B) | 197.14º | 0.7% | 0.35% | - |
| XYZ | 4.61 | 5.61 | 10.51 | - |
| YUV | 60.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 72 | 90 | 0.70 | 0.20 | 0 | 0.65 | 197.14 | 0.54 | 0.23 |
| Hex | 1B | 48 | 5A | 46 | 14 | 0 | 41 | C5 | 36 | 17 |
| Octal | 33 | 110 | 132 | 106 | 24 | 0 | 101 | 305 | 66 | 27 |
| Binary | 11011 | 1001000 | 1011010 | 1000110 | 10100 | 0 | 1000001 | 11000101 | 110110 | 10111 |
Color Harmonies of #1B485A
Complementary color
Monochromatic Colors of #1B485A
Black with #1B485A
Text Example
Text Example
White with #1B485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B485A; }
p { color: rgb(27,72,90); }
H1.HeaderClassName
{
color: #1B485A;
}
.AnyTagClassName
{
color: #1B485A;
}
</style>
background-color css
<style>
a { background-color: #1B485A; }
a { background-color: rgb(27,72,90); }
div.DivClassName
{
background-color: #1B485A;
}
.BgClassName
{
background-color: #1B485A;
}
</style>
border-color css
<style>
span { border-color: #1B485A; }
span { border-color: rgb(27,72,90); }
td.TdClassName
{
border-color: #1B485A;
}
.TagClassName
{
border-color: #1B485A;
}
</style>