Shades of Astronaut Blue #1B4357
Tints of Astronaut Blue #1B4357
RGB
CMYK
RGB Variations
Color information
#1B4357 (or 0x1B4357) is known color: Astronaut Blue. HEX triplet: 1B, 43 and 57. RGB value is (27,67,87). Sum of RGB (Red+Green+Blue) = 27+67+87=181 (23% of max value = 765). Red value is 27 (10.94% from 255 or 14.92% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B4357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4357 is #E4BCA8. Grayscale: #393939. Windows color (decimal): -14990505 or 5718811. OLE color: 5718811.
HSL color Cylindrical-coordinate representation of color #1B4357: hue angle of 200º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B4357 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 67 | 87 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.66 |
| HSL | 200º | 0.53% | 0.22% | - |
| HSV(B) | 200º | 0.69% | 0.34% | - |
| XYZ | 4.18 | 4.94 | 9.75 | - |
| YUV | 57.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 67 | 87 | 0.69 | 0.23 | 0 | 0.66 | 200 | 0.53 | 0.22 |
| Hex | 1B | 43 | 57 | 45 | 17 | 0 | 42 | C8 | 35 | 16 |
| Octal | 33 | 103 | 127 | 105 | 27 | 0 | 102 | 310 | 65 | 26 |
| Binary | 11011 | 1000011 | 1010111 | 1000101 | 10111 | 0 | 1000010 | 11001000 | 110101 | 10110 |
Color Harmonies of #1B4357
Complementary color
Monochromatic Colors of #1B4357
Black with #1B4357
Text Example
Text Example
White with #1B4357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4357; }
p { color: rgb(27,67,87); }
H1.HeaderClassName
{
color: #1B4357;
}
.AnyTagClassName
{
color: #1B4357;
}
</style>
background-color css
<style>
a { background-color: #1B4357; }
a { background-color: rgb(27,67,87); }
div.DivClassName
{
background-color: #1B4357;
}
.BgClassName
{
background-color: #1B4357;
}
</style>
border-color css
<style>
span { border-color: #1B4357; }
span { border-color: rgb(27,67,87); }
td.TdClassName
{
border-color: #1B4357;
}
.TagClassName
{
border-color: #1B4357;
}
</style>