Shades of Astronaut Blue #1B4666
Tints of Astronaut Blue #1B4666
RGB
CMYK
RGB Variations
Color information
#1B4666 (or 0x1B4666) is known color: Astronaut Blue. HEX triplet: 1B, 46 and 66. RGB value is (27,70,102). Sum of RGB (Red+Green+Blue) = 27+70+102=199 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.57% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #1B4666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4666 is #E4B999. Grayscale: #3C3C3C. Windows color (decimal): -14989722 or 6702619. OLE color: 6702619.
HSL color Cylindrical-coordinate representation of color #1B4666: hue angle of 205.6º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B4666 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 27 | 70 | 102 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.6 |
| HSL | 205.6º | 0.58% | 0.25% | - |
| HSV(B) | 205.6º | 0.74% | 0.4% | - |
| XYZ | 5.04 | 5.57 | 13.38 | - |
| YUV | 60.79 | 151.25 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 70 | 102 | 0.74 | 0.31 | 0 | 0.6 | 205.6 | 0.58 | 0.25 |
| Hex | 1B | 46 | 66 | 4A | 1F | 0 | 3C | CE | 3A | 19 |
| Octal | 33 | 106 | 146 | 112 | 37 | 0 | 74 | 316 | 72 | 31 |
| Binary | 11011 | 1000110 | 1100110 | 1001010 | 11111 | 0 | 111100 | 11001110 | 111010 | 11001 |
Color Harmonies of #1B4666
Complementary color
Monochromatic Colors of #1B4666
Black with #1B4666
Text Example
Text Example
White with #1B4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4666; }
p { color: rgb(27,70,102); }
H1.HeaderClassName
{
color: #1B4666;
}
.AnyTagClassName
{
color: #1B4666;
}
</style>
background-color css
<style>
a { background-color: #1B4666; }
a { background-color: rgb(27,70,102); }
div.DivClassName
{
background-color: #1B4666;
}
.BgClassName
{
background-color: #1B4666;
}
</style>
border-color css
<style>
span { border-color: #1B4666; }
span { border-color: rgb(27,70,102); }
td.TdClassName
{
border-color: #1B4666;
}
.TagClassName
{
border-color: #1B4666;
}
</style>