Shades of Astronaut Blue #1B425B
Tints of Astronaut Blue #1B425B
RGB
CMYK
RGB Variations
Color information
#1B425B (or 0x1B425B) is known color: Astronaut Blue. HEX triplet: 1B, 42 and 5B. RGB value is (27,66,91). Sum of RGB (Red+Green+Blue) = 27+66+91=184 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.67% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #1B425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B425B is #E4BDA4. Grayscale: #393939. Windows color (decimal): -14990757 or 5980699. OLE color: 5980699.
HSL color Cylindrical-coordinate representation of color #1B425B: hue angle of 203.44º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B425B is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 66 | 91 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.64 |
| HSL | 203.44º | 0.54% | 0.23% | - |
| HSV(B) | 203.44º | 0.7% | 0.36% | - |
| XYZ | 4.29 | 4.88 | 10.61 | - |
| YUV | 57.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 91 | 0.70 | 0.27 | 0 | 0.64 | 203.44 | 0.54 | 0.23 |
| Hex | 1B | 42 | 5B | 46 | 1B | 0 | 40 | CB | 36 | 17 |
| Octal | 33 | 102 | 133 | 106 | 33 | 0 | 100 | 313 | 66 | 27 |
| Binary | 11011 | 1000010 | 1011011 | 1000110 | 11011 | 0 | 1000000 | 11001011 | 110110 | 10111 |
Color Harmonies of #1B425B
Complementary color
Monochromatic Colors of #1B425B
Black with #1B425B
Text Example
Text Example
White with #1B425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B425B; }
p { color: rgb(27,66,91); }
H1.HeaderClassName
{
color: #1B425B;
}
.AnyTagClassName
{
color: #1B425B;
}
</style>
background-color css
<style>
a { background-color: #1B425B; }
a { background-color: rgb(27,66,91); }
div.DivClassName
{
background-color: #1B425B;
}
.BgClassName
{
background-color: #1B425B;
}
</style>
border-color css
<style>
span { border-color: #1B425B; }
span { border-color: rgb(27,66,91); }
td.TdClassName
{
border-color: #1B425B;
}
.TagClassName
{
border-color: #1B425B;
}
</style>