Shades of Astronaut Blue #184C5F
Tints of Astronaut Blue #184C5F
RGB
CMYK
RGB Variations
Color information
#184C5F (or 0x184C5F) is known color: Astronaut Blue. HEX triplet: 18, 4C and 5F. RGB value is (24,76,95). Sum of RGB (Red+Green+Blue) = 24+76+95=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #184C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C5F is #E7B3A0. Grayscale: #3E3E3E. Windows color (decimal): -15184801 or 6245400. OLE color: 6245400.
HSL color Cylindrical-coordinate representation of color #184C5F: hue angle of 196.06º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #184C5F is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 76 | 95 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.63 |
| HSL | 196.06º | 0.6% | 0.23% | - |
| HSV(B) | 196.06º | 0.75% | 0.37% | - |
| XYZ | 5.03 | 6.19 | 11.76 | - |
| YUV | 62.62 | 146.27 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 95 | 0.75 | 0.20 | 0 | 0.63 | 196.06 | 0.6 | 0.23 |
| Hex | 18 | 4C | 5F | 4B | 14 | 0 | 3F | C4 | 3C | 17 |
| Octal | 30 | 114 | 137 | 113 | 24 | 0 | 77 | 304 | 74 | 27 |
| Binary | 11000 | 1001100 | 1011111 | 1001011 | 10100 | 0 | 111111 | 11000100 | 111100 | 10111 |
Color Harmonies of #184C5F
Complementary color
Monochromatic Colors of #184C5F
Black with #184C5F
Text Example
Text Example
White with #184C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184C5F; }
p { color: rgb(24,76,95); }
H1.HeaderClassName
{
color: #184C5F;
}
.AnyTagClassName
{
color: #184C5F;
}
</style>
background-color css
<style>
a { background-color: #184C5F; }
a { background-color: rgb(24,76,95); }
div.DivClassName
{
background-color: #184C5F;
}
.BgClassName
{
background-color: #184C5F;
}
</style>
border-color css
<style>
span { border-color: #184C5F; }
span { border-color: rgb(24,76,95); }
td.TdClassName
{
border-color: #184C5F;
}
.TagClassName
{
border-color: #184C5F;
}
</style>