Shades of Astronaut Blue #1B4669
Tints of Astronaut Blue #1B4669
RGB
CMYK
RGB Variations
Color information
#1B4669 (or 0x1B4669) is known color: Astronaut Blue. HEX triplet: 1B, 46 and 69. RGB value is (27,70,105). Sum of RGB (Red+Green+Blue) = 27+70+105=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #1B4669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4669 is #E4B996. Grayscale: #3C3C3C. Windows color (decimal): -14989719 or 6899227. OLE color: 6899227.
HSL color Cylindrical-coordinate representation of color #1B4669: hue angle of 206.92º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B4669 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 70 | 105 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.59 |
| HSL | 206.92º | 0.59% | 0.26% | - |
| HSV(B) | 206.92º | 0.74% | 0.41% | - |
| XYZ | 5.19 | 5.63 | 14.18 | - |
| YUV | 61.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 70 | 105 | 0.74 | 0.33 | 0 | 0.59 | 206.92 | 0.59 | 0.26 |
| Hex | 1B | 46 | 69 | 4A | 21 | 0 | 3B | CF | 3B | 1A |
| Octal | 33 | 106 | 151 | 112 | 41 | 0 | 73 | 317 | 73 | 32 |
| Binary | 11011 | 1000110 | 1101001 | 1001010 | 100001 | 0 | 111011 | 11001111 | 111011 | 11010 |
Color Harmonies of #1B4669
Complementary color
Monochromatic Colors of #1B4669
Black with #1B4669
Text Example
Text Example
White with #1B4669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4669; }
p { color: rgb(27,70,105); }
H1.HeaderClassName
{
color: #1B4669;
}
.AnyTagClassName
{
color: #1B4669;
}
</style>
background-color css
<style>
a { background-color: #1B4669; }
a { background-color: rgb(27,70,105); }
div.DivClassName
{
background-color: #1B4669;
}
.BgClassName
{
background-color: #1B4669;
}
</style>
border-color css
<style>
span { border-color: #1B4669; }
span { border-color: rgb(27,70,105); }
td.TdClassName
{
border-color: #1B4669;
}
.TagClassName
{
border-color: #1B4669;
}
</style>