Shades of Astronaut Blue #184C66
Tints of Astronaut Blue #184C66
RGB
CMYK
RGB Variations
Color information
#184C66 (or 0x184C66) is known color: Astronaut Blue. HEX triplet: 18, 4C and 66. RGB value is (24,76,102). Sum of RGB (Red+Green+Blue) = 24+76+102=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #184C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C66 is #E7B399. Grayscale: #3F3F3F. Windows color (decimal): -15184794 or 6704152. OLE color: 6704152.
HSL color Cylindrical-coordinate representation of color #184C66: hue angle of 200º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #184C66 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 76 | 102 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.6 |
| HSL | 200º | 0.62% | 0.25% | - |
| HSV(B) | 200º | 0.76% | 0.4% | - |
| XYZ | 5.36 | 6.32 | 13.51 | - |
| YUV | 63.42 | 149.77 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 102 | 0.76 | 0.25 | 0 | 0.6 | 200 | 0.62 | 0.25 |
| Hex | 18 | 4C | 66 | 4C | 19 | 0 | 3C | C8 | 3E | 19 |
| Octal | 30 | 114 | 146 | 114 | 31 | 0 | 74 | 310 | 76 | 31 |
| Binary | 11000 | 1001100 | 1100110 | 1001100 | 11001 | 0 | 111100 | 11001000 | 111110 | 11001 |
Color Harmonies of #184C66
Complementary color
Monochromatic Colors of #184C66
Black with #184C66
Text Example
Text Example
White with #184C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184C66; }
p { color: rgb(24,76,102); }
H1.HeaderClassName
{
color: #184C66;
}
.AnyTagClassName
{
color: #184C66;
}
</style>
background-color css
<style>
a { background-color: #184C66; }
a { background-color: rgb(24,76,102); }
div.DivClassName
{
background-color: #184C66;
}
.BgClassName
{
background-color: #184C66;
}
</style>
border-color css
<style>
span { border-color: #184C66; }
span { border-color: rgb(24,76,102); }
td.TdClassName
{
border-color: #184C66;
}
.TagClassName
{
border-color: #184C66;
}
</style>