Shades of Astronaut Blue #184767
Tints of Astronaut Blue #184767
RGB
CMYK
RGB Variations
Color information
#184767 (or 0x184767) is known color: Astronaut Blue. HEX triplet: 18, 47 and 67. RGB value is (24,71,103). Sum of RGB (Red+Green+Blue) = 24+71+103=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #184767 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184767 is #E7B898. Grayscale: #3C3C3C. Windows color (decimal): -15186073 or 6768408. OLE color: 6768408.
HSL color Cylindrical-coordinate representation of color #184767: hue angle of 204.3º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #184767 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 71 | 103 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.60 |
| HSL | 204.3º | 0.62% | 0.25% | - |
| HSV(B) | 204.3º | 0.77% | 0.4% | - |
| XYZ | 5.08 | 5.68 | 13.66 | - |
| YUV | 60.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 103 | 0.77 | 0.31 | 0 | 0.60 | 204.3 | 0.62 | 0.25 |
| Hex | 18 | 47 | 67 | 4D | 1F | 0 | 3C | CC | 3E | 19 |
| Octal | 30 | 107 | 147 | 115 | 37 | 0 | 74 | 314 | 76 | 31 |
| Binary | 11000 | 1000111 | 1100111 | 1001101 | 11111 | 0 | 111100 | 11001100 | 111110 | 11001 |
Color Harmonies of #184767
Complementary color
Monochromatic Colors of #184767
Black with #184767
Text Example
Text Example
White with #184767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184767; }
p { color: rgb(24,71,103); }
H1.HeaderClassName
{
color: #184767;
}
.AnyTagClassName
{
color: #184767;
}
</style>
background-color css
<style>
a { background-color: #184767; }
a { background-color: rgb(24,71,103); }
div.DivClassName
{
background-color: #184767;
}
.BgClassName
{
background-color: #184767;
}
</style>
border-color css
<style>
span { border-color: #184767; }
span { border-color: rgb(24,71,103); }
td.TdClassName
{
border-color: #184767;
}
.TagClassName
{
border-color: #184767;
}
</style>