Shades of Astronaut Blue #184B5C
Tints of Astronaut Blue #184B5C
RGB
CMYK
RGB Variations
Color information
#184B5C (or 0x184B5C) is known color: Astronaut Blue. HEX triplet: 18, 4B and 5C. RGB value is (24,75,92). Sum of RGB (Red+Green+Blue) = 24+75+92=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #184B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B5C is #E7B4A3. Grayscale: #3D3D3D. Windows color (decimal): -15185060 or 6048536. OLE color: 6048536.
HSL color Cylindrical-coordinate representation of color #184B5C: hue angle of 195º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #184B5C is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 75 | 92 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.64 |
| HSL | 195º | 0.59% | 0.23% | - |
| HSV(B) | 195º | 0.74% | 0.36% | - |
| XYZ | 4.82 | 6 | 11.03 | - |
| YUV | 61.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 92 | 0.74 | 0.18 | 0 | 0.64 | 195 | 0.59 | 0.23 |
| Hex | 18 | 4B | 5C | 4A | 12 | 0 | 40 | C3 | 3B | 17 |
| Octal | 30 | 113 | 134 | 112 | 22 | 0 | 100 | 303 | 73 | 27 |
| Binary | 11000 | 1001011 | 1011100 | 1001010 | 10010 | 0 | 1000000 | 11000011 | 111011 | 10111 |
Color Harmonies of #184B5C
Complementary color
Monochromatic Colors of #184B5C
Black with #184B5C
Text Example
Text Example
White with #184B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184B5C; }
p { color: rgb(24,75,92); }
H1.HeaderClassName
{
color: #184B5C;
}
.AnyTagClassName
{
color: #184B5C;
}
</style>
background-color css
<style>
a { background-color: #184B5C; }
a { background-color: rgb(24,75,92); }
div.DivClassName
{
background-color: #184B5C;
}
.BgClassName
{
background-color: #184B5C;
}
</style>
border-color css
<style>
span { border-color: #184B5C; }
span { border-color: rgb(24,75,92); }
td.TdClassName
{
border-color: #184B5C;
}
.TagClassName
{
border-color: #184B5C;
}
</style>