Shades of Astronaut Blue #184F62
Tints of Astronaut Blue #184F62
RGB
CMYK
RGB Variations
Color information
#184F62 (or 0x184F62) is known color: Astronaut Blue. HEX triplet: 18, 4F and 62. RGB value is (24,79,98). Sum of RGB (Red+Green+Blue) = 24+79+98=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #184F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F62 is #E7B09D. Grayscale: #404040. Windows color (decimal): -15184030 or 6442776. OLE color: 6442776.
HSL color Cylindrical-coordinate representation of color #184F62: hue angle of 195.41º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #184F62 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 79 | 98 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.62 |
| HSL | 195.41º | 0.61% | 0.24% | - |
| HSV(B) | 195.41º | 0.76% | 0.38% | - |
| XYZ | 5.38 | 6.67 | 12.56 | - |
| YUV | 64.72 | 146.78 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 98 | 0.76 | 0.19 | 0 | 0.62 | 195.41 | 0.61 | 0.24 |
| Hex | 18 | 4F | 62 | 4C | 13 | 0 | 3E | C3 | 3D | 18 |
| Octal | 30 | 117 | 142 | 114 | 23 | 0 | 76 | 303 | 75 | 30 |
| Binary | 11000 | 1001111 | 1100010 | 1001100 | 10011 | 0 | 111110 | 11000011 | 111101 | 11000 |
Color Harmonies of #184F62
Complementary color
Monochromatic Colors of #184F62
Black with #184F62
Text Example
Text Example
White with #184F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F62; }
p { color: rgb(24,79,98); }
H1.HeaderClassName
{
color: #184F62;
}
.AnyTagClassName
{
color: #184F62;
}
</style>
background-color css
<style>
a { background-color: #184F62; }
a { background-color: rgb(24,79,98); }
div.DivClassName
{
background-color: #184F62;
}
.BgClassName
{
background-color: #184F62;
}
</style>
border-color css
<style>
span { border-color: #184F62; }
span { border-color: rgb(24,79,98); }
td.TdClassName
{
border-color: #184F62;
}
.TagClassName
{
border-color: #184F62;
}
</style>