Shades of Astronaut Blue #184567
Tints of Astronaut Blue #184567
RGB
CMYK
RGB Variations
Color information
#184567 (or 0x184567) is known color: Astronaut Blue. HEX triplet: 18, 45 and 67. RGB value is (24,69,103). Sum of RGB (Red+Green+Blue) = 24+69+103=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #184567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184567 is #E7BA98. Grayscale: #3B3B3B. Windows color (decimal): -15186585 or 6767896. OLE color: 6767896.
HSL color Cylindrical-coordinate representation of color #184567: hue angle of 205.82º 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 #184567 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 69 | 103 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.60 |
| HSL | 205.82º | 0.62% | 0.25% | - |
| HSV(B) | 205.82º | 0.77% | 0.4% | - |
| XYZ | 4.95 | 5.43 | 13.62 | - |
| YUV | 59.42 | 152.59 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 103 | 0.77 | 0.33 | 0 | 0.60 | 205.82 | 0.62 | 0.25 |
| Hex | 18 | 45 | 67 | 4D | 21 | 0 | 3C | CE | 3E | 19 |
| Octal | 30 | 105 | 147 | 115 | 41 | 0 | 74 | 316 | 76 | 31 |
| Binary | 11000 | 1000101 | 1100111 | 1001101 | 100001 | 0 | 111100 | 11001110 | 111110 | 11001 |
Color Harmonies of #184567
Complementary color
Monochromatic Colors of #184567
Black with #184567
Text Example
Text Example
White with #184567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184567; }
p { color: rgb(24,69,103); }
H1.HeaderClassName
{
color: #184567;
}
.AnyTagClassName
{
color: #184567;
}
</style>
background-color css
<style>
a { background-color: #184567; }
a { background-color: rgb(24,69,103); }
div.DivClassName
{
background-color: #184567;
}
.BgClassName
{
background-color: #184567;
}
</style>
border-color css
<style>
span { border-color: #184567; }
span { border-color: rgb(24,69,103); }
td.TdClassName
{
border-color: #184567;
}
.TagClassName
{
border-color: #184567;
}
</style>